#9670CF

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

Shades of Lilac Bush #9670CF

Tints of Lilac Bush #9670CF

Color information

#9670CF (or 0x9670CF) is unknown color: approx Lilac Bush. HEX triplet: 96, 70 and CF. RGB value is (150,112,207). Sum of RGB (Red+Green+Blue) = 150+112+207=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #9670CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670CF is #698F30. Grayscale: #858585. Windows color (decimal): -6917937 or 13594774. OLE color: 13594774.

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

Color convert

RGB150112207-
CMYK0.280.4600.19
HSL264º49.74%62.55%-
HSV(B)264º45.89%81.18%-
XYZ29.6322.5861.83-
YUV134.19169.09139.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=31.98%
G=23.88%
B=44.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501122070.280.4600.1926449.7462.55
Hex9670CF1C2E013108323f
Octal22616031734560234106277
Binary1001011011100001100111111100101110010011100001000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9670CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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