Html Css Color HEX #9570BD Lilac Bush

📋 copy color: '#9570BD'

red 149 ◦ green 112 ◦ blue 189

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

Shades of Lilac Bush #9570BD

Tints of Lilac Bush #9570BD

RGB

 RED value IS 149 (58.59% from 255) = 33.11%

 GREEN value IS 112 (44.14% from 255) = 24.89%

 BLUE value IS 189 (74.22% from 255) = 42%

R = 33.11%
G = 24.89%
B = 42%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9570BD (or 0x9570BD) is known color: Lilac Bush. HEX triplet: 95, 70 and BD. RGB value is (149,112,189). Sum of RGB (Red+Green+Blue) = 149+112+189=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #9570BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570BD is #6A8F42. Grayscale: #838383. Windows color (decimal): -6983491 or 12415125. OLE color: 12415125.

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

Color convert

RGB 149 112 189 -
CMYK 0.21 0.41 0 0.26
HSL 268.83º 0.37% 0.59% -
HSV(B) 268.83º 0.41% 0.74% -
XYZ 27.37 21.65 50.88 -
YUV 131.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 149 112 189 0.21 0.41 0 0.26 268.83 0.37 0.59
Hex 95 70 BD 15 29 0 1A 10D 25 3B
Octal 225 160 275 25 51 0 32 415 45 73
Binary 10010101 1110000 10111101 10101 101001 0 11010 100001101 100101 111011

Color Harmonies of #9570BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570BD

Black with #9570BD

Text Example


Text Example

White with #9570BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9570BD;
 }
 .AnyTagClassName
 {
   color: #9570BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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