Html Css Color HEX #9D73CB Lilac Bush

📋 copy color: '#9D73CB'

red 157 ◦ green 115 ◦ blue 203

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

Shades of Lilac Bush #9D73CB

Tints of Lilac Bush #9D73CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 33.05%
G = 24.21%
B = 42.74%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D73CB (or 0x9D73CB) is known color: Lilac Bush. HEX triplet: 9D, 73 and CB. RGB value is (157,115,203). Sum of RGB (Red+Green+Blue) = 157+115+203=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D73CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D73CB is #628C34. Grayscale: #898989. Windows color (decimal): -6458421 or 13333405. OLE color: 13333405.

HSL color Cylindrical-coordinate representation of color #9D73CB: hue angle of 268.64º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D73CB is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 115 203 -
CMYK 0.23 0.43 0 0.20
HSL 268.64º 0.46% 0.62% -
HSV(B) 268.64º 0.43% 0.8% -
XYZ 30.81 23.74 59.46 -
YUV 137.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 157 115 203 0.23 0.43 0 0.20 268.64 0.46 0.62
Hex 9D 73 CB 17 2B 0 14 10D 2E 3E
Octal 235 163 313 27 53 0 24 415 56 76
Binary 10011101 1110011 11001011 10111 101011 0 10100 100001101 101110 111110

Color Harmonies of #9D73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D73CB

Black with #9D73CB

Text Example


Text Example

White with #9D73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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