#9069C1

Color #9069C1 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9069C1

Tints of Lilac Bush #9069C1

Color information

#9069C1 (or 0x9069C1) is unknown color: approx Lilac Bush. HEX triplet: 90, 69 and C1. RGB value is (144,105,193). Sum of RGB (Red+Green+Blue) = 144+105+193=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #9069C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069C1 is #6F963E. Grayscale: #7E7E7E. Windows color (decimal): -7312959 or 12675472. OLE color: 12675472.

HSL color Cylindrical-coordinate representation of color #9069C1: hue angle of 266.59º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9069C1 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144105193-
CMYK0.250.4600.24
HSL266.59º41.51%58.43%-
HSV(B)266.59º45.6%75.69%-
XYZ26.1819.8852.91-
YUV126.69165.42140.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 193 (75.78% from 255) = 43.67%
R=32.58%
G=23.76%
B=43.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441051930.250.4600.24266.5941.5158.43
Hex9069C1192E01810b2a3a
Octal22015130131560304135272
Binary1001000011010011100000111001101110011000100001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9069C1; }

 p { color: rgb(144,105,193); }

 H1.HeaderClassName
 {
   color: #9069C1;
 }
 .AnyTagClassName
 {
   color: #9069C1;
 }
</style>
background-color css

<style>
 a { background-color: #9069C1; }

 a { background-color: rgb(144,105,193); }

 div.DivClassName
 {
   background-color: #9069C1;
 }
 .BgClassName
 {
   background-color: #9069C1;
 }
</style>
border-color css

<style>
 span { border-color: #9069C1; }

 span { border-color: rgb(144,105,193); }

 td.TdClassName
 {
   border-color: #9069C1;
 }
 .TagClassName
 {
   border-color: #9069C1;
 }
</style>