#9670BF

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

Shades of Lilac Bush #9670BF

Tints of Lilac Bush #9670BF

Color information

#9670BF (or 0x9670BF) is unknown color: approx Lilac Bush. HEX triplet: 96, 70 and BF. RGB value is (150,112,191). Sum of RGB (Red+Green+Blue) = 150+112+191=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #9670BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670BF is #698F40. Grayscale: #848484. Windows color (decimal): -6917953 or 12546198. OLE color: 12546198.

HSL color Cylindrical-coordinate representation of color #9670BF: hue angle of 268.86º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9670BF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150112191-
CMYK0.210.4100.25
HSL268.86º38.16%59.41%-
HSV(B)268.86º41.36%74.9%-
XYZ27.7821.8352.04-
YUV132.37161.09140.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 112 (44.14% from 255) = 24.72%
BLUE value IS 191 (75% from 255) = 42.16%
R=33.11%
G=24.72%
B=42.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501121910.210.4100.25268.8638.1659.41
Hex9670BF152901910d263b
Octal22616027725510314154673
Binary1001011011100001011111110101101001011001100001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9670BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9670BF; }

 p { color: rgb(150,112,191); }

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

<style>
 a { background-color: #9670BF; }

 a { background-color: rgb(150,112,191); }

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

<style>
 span { border-color: #9670BF; }

 span { border-color: rgb(150,112,191); }

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