Html Css Color HEX #9D73CC Lilac Bush

📋 copy color: '#9D73CC'

red 157 ◦ green 115 ◦ blue 204

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

Shades of Lilac Bush #9D73CC

Tints of Lilac Bush #9D73CC

RGB

 RED value IS 157 (61.72% from 255) = 32.98%

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

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

R = 32.98%
G = 24.16%
B = 42.86%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D73CC (or 0x9D73CC) is known color: Lilac Bush. HEX triplet: 9D, 73 and CC. RGB value is (157,115,204). Sum of RGB (Red+Green+Blue) = 157+115+204=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D73CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D73CC is #628C33. Grayscale: #898989. Windows color (decimal): -6458420 or 13398941. OLE color: 13398941.

HSL color Cylindrical-coordinate representation of color #9D73CC: hue angle of 268.31º 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 #9D73CC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 115 204 -
CMYK 0.23 0.44 0 0.2
HSL 268.31º 0.47% 0.63% -
HSV(B) 268.31º 0.44% 0.8% -
XYZ 30.93 23.79 60.09 -
YUV 137.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 157 115 204 0.23 0.44 0 0.2 268.31 0.47 0.63
Hex 9D 73 CC 17 2C 0 14 10C 2F 3F
Octal 235 163 314 27 54 0 24 414 57 77
Binary 10011101 1110011 11001100 10111 101100 0 10100 100001100 101111 111111

Color Harmonies of #9D73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D73CC

Black with #9D73CC

Text Example


Text Example

White with #9D73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D73CC; }

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

 H1.HeaderClassName
 {
   color: #9D73CC;
 }
 .AnyTagClassName
 {
   color: #9D73CC;
 }
</style>

background-color css

<style>
 a { background-color: #9D73CC; }

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

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

border-color css

<style>
 span { border-color: #9D73CC; }

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

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