#9570CD

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

Shades of Lilac Bush #9570CD

Tints of Lilac Bush #9570CD

Color information

#9570CD (or 0x9570CD) is unknown color: approx Lilac Bush. HEX triplet: 95, 70 and CD. RGB value is (149,112,205). Sum of RGB (Red+Green+Blue) = 149+112+205=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #9570CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570CD is #6A8F32. Grayscale: #858585. Windows color (decimal): -6983475 or 13463701. OLE color: 13463701.

HSL color Cylindrical-coordinate representation of color #9570CD: hue angle of 263.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9570CD is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149112205-
CMYK0.270.4500.20
HSL263.87º48.19%62.16%-
HSV(B)263.87º45.37%80.39%-
XYZ29.2122.3960.54-
YUV133.66168.26138.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=31.97%
G=24.03%
B=43.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491122050.270.4500.20263.8748.1962.16
Hex9570CD1B2D014108303e
Octal22516031533550244106076
Binary1001010111100001100110111011101101010100100001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9570CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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