Html Css Color HEX #9573CC Lilac Bush

📋 copy color: '#9573CC'

red 149 ◦ green 115 ◦ blue 204

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

Shades of Lilac Bush #9573CC

Tints of Lilac Bush #9573CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.57%

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

R = 31.84%
G = 24.57%
B = 43.59%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9573CC (or 0x9573CC) is known color: Lilac Bush. HEX triplet: 95, 73 and CC. RGB value is (149,115,204). Sum of RGB (Red+Green+Blue) = 149+115+204=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #9573CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573CC is #6A8C33. Grayscale: #868686. Windows color (decimal): -6982708 or 13398933. OLE color: 13398933.

HSL color Cylindrical-coordinate representation of color #9573CC: hue angle of 262.92º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9573CC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 115 204 -
CMYK 0.27 0.44 0 0.2
HSL 262.92º 0.47% 0.63% -
HSV(B) 262.92º 0.44% 0.8% -
XYZ 29.42 23.01 60.02 -
YUV 135.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 149 115 204 0.27 0.44 0 0.2 262.92 0.47 0.63
Hex 95 73 CC 1B 2C 0 14 107 2F 3F
Octal 225 163 314 33 54 0 24 407 57 77
Binary 10010101 1110011 11001100 11011 101100 0 10100 100000111 101111 111111

Color Harmonies of #9573CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573CC

Black with #9573CC

Text Example


Text Example

White with #9573CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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