#9570BC

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

Shades of Lilac Bush #9570BC

Tints of Lilac Bush #9570BC

Color information

#9570BC (or 0x9570BC) is unknown color: approx Lilac Bush. HEX triplet: 95, 70 and BC. RGB value is (149,112,188). Sum of RGB (Red+Green+Blue) = 149+112+188=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #9570BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570BC is #6A8F43. Grayscale: #838383. Windows color (decimal): -6983492 or 12349589. OLE color: 12349589.

HSL color Cylindrical-coordinate representation of color #9570BC: hue angle of 269.21º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9570BC is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149112188-
CMYK0.210.4000.26
HSL269.21º36.19%58.82%-
HSV(B)269.21º40.43%73.73%-
XYZ27.2721.6150.31-
YUV131.73159.76140.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=33.18%
G=24.94%
B=41.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491121880.210.4000.26269.2136.1958.82
Hex9570BC152801A10d243b
Octal22516027425500324154473
Binary1001010111100001011110010101101000011010100001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9570BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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