Html Css Color HEX #9571CE Lilac Bush

📋 copy color: '#9571CE'

red 149 ◦ green 113 ◦ blue 206

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

Shades of Lilac Bush #9571CE

Tints of Lilac Bush #9571CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.15%

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

R = 31.84%
G = 24.15%
B = 44.02%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9571CE (or 0x9571CE) is known color: Lilac Bush. HEX triplet: 95, 71 and CE. RGB value is (149,113,206). Sum of RGB (Red+Green+Blue) = 149+113+206=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #9571CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9571CE is #6A8E31. Grayscale: #868686. Windows color (decimal): -6983218 or 13529493. OLE color: 13529493.

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

Color convert

RGB 149 113 206 -
CMYK 0.28 0.45 0 0.19
HSL 263.23º 0.49% 0.63% -
HSV(B) 263.23º 0.45% 0.81% -
XYZ 29.44 22.66 61.21 -
YUV 134.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 149 113 206 0.28 0.45 0 0.19 263.23 0.49 0.63
Hex 95 71 CE 1C 2D 0 13 107 31 3F
Octal 225 161 316 34 55 0 23 407 61 77
Binary 10010101 1110001 11001110 11100 101101 0 10011 100000111 110001 111111

Color Harmonies of #9571CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9571CE

Black with #9571CE

Text Example


Text Example

White with #9571CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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