Html Css Color HEX #9570C9 Lilac Bush

📋 copy color: '#9570C9'

red 149 ◦ green 112 ◦ blue 201

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

Shades of Lilac Bush #9570C9

Tints of Lilac Bush #9570C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.51%

R = 32.25%
G = 24.24%
B = 43.51%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9570C9 (or 0x9570C9) is known color: Lilac Bush. HEX triplet: 95, 70 and C9. RGB value is (149,112,201). Sum of RGB (Red+Green+Blue) = 149+112+201=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #9570C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570C9 is #6A8F36. Grayscale: #848484. Windows color (decimal): -6983479 or 13201557. OLE color: 13201557.

HSL color Cylindrical-coordinate representation of color #9570C9: hue angle of 264.94º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9570C9 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 112 201 -
CMYK 0.26 0.44 0 0.21
HSL 264.94º 0.45% 0.61% -
HSV(B) 264.94º 0.44% 0.79% -
XYZ 28.73 22.19 58.03 -
YUV 133.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 149 112 201 0.26 0.44 0 0.21 264.94 0.45 0.61
Hex 95 70 C9 1A 2C 0 15 109 2D 3D
Octal 225 160 311 32 54 0 25 411 55 75
Binary 10010101 1110000 11001001 11010 101100 0 10101 100001001 101101 111101

Color Harmonies of #9570C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570C9

Black with #9570C9

Text Example


Text Example

White with #9570C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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