Html Css Color HEX #9570CC Lilac Bush

📋 copy color: '#9570CC'

red 149 ◦ green 112 ◦ blue 204

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

Shades of Lilac Bush #9570CC

Tints of Lilac Bush #9570CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 32.04%
G = 24.09%
B = 43.87%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9570CC (or 0x9570CC) is known color: Lilac Bush. HEX triplet: 95, 70 and CC. RGB value is (149,112,204). Sum of RGB (Red+Green+Blue) = 149+112+204=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #9570CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570CC is #6A8F33. Grayscale: #858585. Windows color (decimal): -6983476 or 13398165. OLE color: 13398165.

HSL color Cylindrical-coordinate representation of color #9570CC: hue angle of 264.13º degrees, saturation: 0.47, 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 #9570CC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 112 204 -
CMYK 0.27 0.45 0 0.2
HSL 264.13º 0.47% 0.62% -
HSV(B) 264.13º 0.45% 0.8% -
XYZ 29.09 22.34 59.91 -
YUV 133.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 149 112 204 0.27 0.45 0 0.2 264.13 0.47 0.62
Hex 95 70 CC 1B 2D 0 14 108 2F 3E
Octal 225 160 314 33 55 0 24 410 57 76
Binary 10010101 1110000 11001100 11011 101101 0 10100 100001000 101111 111110

Color Harmonies of #9570CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570CC

Black with #9570CC

Text Example


Text Example

White with #9570CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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