#9075BC

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

Shades of Lilac Bush #9075BC

Tints of Lilac Bush #9075BC

Color information

#9075BC (or 0x9075BC) is unknown color: approx Lilac Bush. HEX triplet: 90, 75 and BC. RGB value is (144,117,188). Sum of RGB (Red+Green+Blue) = 144+117+188=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #9075BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075BC is #6F8A43. Grayscale: #848484. Windows color (decimal): -7309892 or 12350864. OLE color: 12350864.

HSL color Cylindrical-coordinate representation of color #9075BC: hue angle of 262.82º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9075BC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144117188-
CMYK0.230.3800.26
HSL262.82º34.63%59.8%-
HSV(B)262.82º37.77%73.73%-
XYZ26.9422.2850.46-
YUV133.17158.95135.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.07%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=32.07%
G=26.06%
B=41.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441171880.230.3800.26262.8234.6359.8
Hex9075BC172601A107233c
Octal22016527427460324074374
Binary1001000011101011011110010111100110011010100000111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9075BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9075BC; }

 p { color: rgb(144,117,188); }

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

<style>
 a { background-color: #9075BC; }

 a { background-color: rgb(144,117,188); }

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

<style>
 span { border-color: #9075BC; }

 span { border-color: rgb(144,117,188); }

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