Html Css Color HEX #9570BC Lilac Bush

📋 copy color: '#9570BC'

red 149 ◦ green 112 ◦ blue 188

#9570BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #9570BC

Tints of Lilac Bush #9570BC

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 value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9570BC (or 0x9570BC) is known color: 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

RGB 149 112 188 -
CMYK 0.21 0.40 0 0.26
HSL 269.21º 0.36% 0.59% -
HSV(B) 269.21º 0.4% 0.74% -
XYZ 27.27 21.61 50.31 -
YUV 131.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 149 112 188 0.21 0.40 0 0.26 269.21 0.36 0.59
Hex 95 70 BC 15 28 0 1A 10D 24 3B
Octal 225 160 274 25 50 0 32 415 44 73
Binary 10010101 1110000 10111100 10101 101000 0 11010 100001101 100100 111011

Color Harmonies of #9570BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570BC

Black with #9570BC

Text Example


Text Example

White with #9570BC

Text Example


Text Example

HTML Codes & Css Web 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>