#9570CA

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

Shades of Lilac Bush #9570CA

Tints of Lilac Bush #9570CA

Color information

#9570CA (or 0x9570CA) is unknown color: approx Lilac Bush. HEX triplet: 95, 70 and CA. RGB value is (149,112,202). Sum of RGB (Red+Green+Blue) = 149+112+202=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #9570CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570CA is #6A8F35. Grayscale: #858585. Windows color (decimal): -6983478 or 13267093. OLE color: 13267093.

HSL color Cylindrical-coordinate representation of color #9570CA: hue angle of 264.67º 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 #9570CA is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149112202-
CMYK0.260.4500.21
HSL264.67º45.92%61.57%-
HSV(B)264.67º44.55%79.22%-
XYZ28.8522.2458.65-
YUV133.32166.76139.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=32.18%
G=24.19%
B=43.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491122020.260.4500.21264.6745.9261.57
Hex9570CA1A2D0151092e3e
Octal22516031232550254115676
Binary1001010111100001100101011010101101010101100001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9570CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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