Html Css Color HEX #9D4BCD Deep Lilac

📋 copy color: '#9D4BCD'

red 157 ◦ green 75 ◦ blue 205

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

Shades of Deep Lilac #9D4BCD

Tints of Deep Lilac #9D4BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.16%

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 35.93%
G = 17.16%
B = 46.91%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D4BCD (or 0x9D4BCD) is known color: Deep Lilac. HEX triplet: 9D, 4B and CD. RGB value is (157,75,205). Sum of RGB (Red+Green+Blue) = 157+75+205=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4BCD is #62B432. Grayscale: #717171. Windows color (decimal): -6468659 or 13454237. OLE color: 13454237.

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

Color convert

RGB 157 75 205 -
CMYK 0.23 0.63 0 0.20
HSL 277.85º 0.57% 0.55% -
HSV(B) 277.85º 0.63% 0.8% -
XYZ 27.44 16.61 59.52 -
YUV 114.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 157 75 205 0.23 0.63 0 0.20 277.85 0.57 0.55
Hex 9D 4B CD 17 3F 0 14 116 39 37
Octal 235 113 315 27 77 0 24 426 71 67
Binary 10011101 1001011 11001101 10111 111111 0 10100 100010110 111001 110111

Color Harmonies of #9D4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4BCD

Black with #9D4BCD

Text Example


Text Example

White with #9D4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,75,205); }

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

background-color css

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

 a { background-color: rgb(157,75,205); }

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

border-color css

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

 span { border-color: rgb(157,75,205); }

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