#8960B8

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

Shades of Lilac Bush #8960B8

Tints of Lilac Bush #8960B8

Color information

#8960B8 (or 0x8960B8) is unknown color: approx Lilac Bush. HEX triplet: 89, 60 and B8. RGB value is (137,96,184). Sum of RGB (Red+Green+Blue) = 137+96+184=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 184 - color contains mainly: blue. Hex color #8960B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960B8 is #769F47. Grayscale: #757575. Windows color (decimal): -7774024 or 12083337. OLE color: 12083337.

HSL color Cylindrical-coordinate representation of color #8960B8: hue angle of 267.95º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8960B8 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13796184-
CMYK0.260.4800.28
HSL267.95º38.26%54.9%-
HSV(B)267.95º47.83%72.16%-
XYZ23.1517.1447.44-
YUV118.29165.08141.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 184 (72.27% from 255) = 44.12%
R=32.85%
G=23.02%
B=44.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal137961840.260.4800.28267.9538.2654.9
Hex8960B81A3001C10c2637
Octal21114027032600344144667
Binary1000100111000001011100011010110000011100100001100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8960B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8960B8; }

 p { color: rgb(137,96,184); }

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

<style>
 a { background-color: #8960B8; }

 a { background-color: rgb(137,96,184); }

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

<style>
 span { border-color: #8960B8; }

 span { border-color: rgb(137,96,184); }

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