#9670CE

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

Shades of Lilac Bush #9670CE

Tints of Lilac Bush #9670CE

Color information

#9670CE (or 0x9670CE) is unknown color: approx Lilac Bush. HEX triplet: 96, 70 and CE. RGB value is (150,112,206). Sum of RGB (Red+Green+Blue) = 150+112+206=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #9670CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670CE is #698F31. Grayscale: #858585. Windows color (decimal): -6917938 or 13529238. OLE color: 13529238.

HSL color Cylindrical-coordinate representation of color #9670CE: hue angle of 264.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9670CE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150112206-
CMYK0.270.4600.19
HSL264.26º48.96%62.35%-
HSV(B)264.26º45.63%80.78%-
XYZ29.5122.5361.19-
YUV134.08168.59139.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 206 (80.86% from 255) = 44.02%
R=32.05%
G=23.93%
B=44.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501122060.270.4600.19264.2648.9662.35
Hex9670CE1B2E013108313e
Octal22616031633560234106176
Binary1001011011100001100111011011101110010011100001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9670CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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