#9970CA

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

Shades of Lilac Bush #9970CA

Tints of Lilac Bush #9970CA

Color information

#9970CA (or 0x9970CA) is unknown color: approx Lilac Bush. HEX triplet: 99, 70 and CA. RGB value is (153,112,202). Sum of RGB (Red+Green+Blue) = 153+112+202=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #9970CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970CA is #668F35. Grayscale: #868686. Windows color (decimal): -6721334 or 13267097. OLE color: 13267097.

HSL color Cylindrical-coordinate representation of color #9970CA: hue angle of 267.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9970CA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153112202-
CMYK0.240.4500.21
HSL267.33º45.92%61.57%-
HSV(B)267.33º44.55%79.22%-
XYZ29.5922.6258.68-
YUV134.52166.08141.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=32.76%
G=23.98%
B=43.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531122020.240.4500.21267.3345.9261.57
Hex9970CA182D01510b2e3e
Octal23116031230550254135676
Binary1001100111100001100101011000101101010101100001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9970CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9970CA; }

 p { color: rgb(153,112,202); }

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

<style>
 a { background-color: #9970CA; }

 a { background-color: rgb(153,112,202); }

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

<style>
 span { border-color: #9970CA; }

 span { border-color: rgb(153,112,202); }

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