Html Css Color HEX #9570CE Lilac Bush

📋 copy color: '#9570CE'

red 149 ◦ green 112 ◦ blue 206

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

Shades of Lilac Bush #9570CE

Tints of Lilac Bush #9570CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 31.91%
G = 23.98%
B = 44.11%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9570CE (or 0x9570CE) is known color: Lilac Bush. HEX triplet: 95, 70 and CE. RGB value is (149,112,206). Sum of RGB (Red+Green+Blue) = 149+112+206=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #9570CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570CE is #6A8F31. Grayscale: #858585. Windows color (decimal): -6983474 or 13529237. OLE color: 13529237.

HSL color Cylindrical-coordinate representation of color #9570CE: hue angle of 263.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9570CE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 112 206 -
CMYK 0.28 0.46 0 0.19
HSL 263.62º 0.49% 0.62% -
HSV(B) 263.62º 0.46% 0.81% -
XYZ 29.33 22.43 61.18 -
YUV 133.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 149 112 206 0.28 0.46 0 0.19 263.62 0.49 0.62
Hex 95 70 CE 1C 2E 0 13 108 31 3E
Octal 225 160 316 34 56 0 23 410 61 76
Binary 10010101 1110000 11001110 11100 101110 0 10011 100001000 110001 111110

Color Harmonies of #9570CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570CE

Black with #9570CE

Text Example


Text Example

White with #9570CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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