#9076BD

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

Shades of Lilac Bush #9076BD

Tints of Lilac Bush #9076BD

Color information

#9076BD (or 0x9076BD) is unknown color: approx Lilac Bush. HEX triplet: 90, 76 and BD. RGB value is (144,118,189). Sum of RGB (Red+Green+Blue) = 144+118+189=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #9076BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076BD is #6F8942. Grayscale: #858585. Windows color (decimal): -7309635 or 12416656. OLE color: 12416656.

HSL color Cylindrical-coordinate representation of color #9076BD: hue angle of 261.97º 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 #9076BD is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144118189-
CMYK0.240.3800.26
HSL261.97º34.98%60.2%-
HSV(B)261.97º37.57%74.12%-
XYZ27.1722.5651.07-
YUV133.87159.11135.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.93%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=31.93%
G=26.16%
B=41.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441181890.240.3800.26261.9734.9860.2
Hex9076BD182601A106233c
Octal22016627530460324064374
Binary1001000011101101011110111000100110011010100000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9076BD; }

 p { color: rgb(144,118,189); }

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

<style>
 a { background-color: #9076BD; }

 a { background-color: rgb(144,118,189); }

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

<style>
 span { border-color: #9076BD; }

 span { border-color: rgb(144,118,189); }

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