Html Css Color HEX #9D4CAC Deep Lilac

📋 copy color: '#9D4CAC'

red 157 ◦ green 76 ◦ blue 172

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

Shades of Deep Lilac #9D4CAC

Tints of Deep Lilac #9D4CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.77%

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 38.77%
G = 18.77%
B = 42.47%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D4CAC (or 0x9D4CAC) is known color: Deep Lilac. HEX triplet: 9D, 4C and AC. RGB value is (157,76,172). Sum of RGB (Red+Green+Blue) = 157+76+172=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D4CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4CAC is #62B353. Grayscale: #6E6E6E. Windows color (decimal): -6468436 or 11291805. OLE color: 11291805.

HSL color Cylindrical-coordinate representation of color #9D4CAC: hue angle of 290.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D4CAC is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 76 172 -
CMYK 0.09 0.56 0 0.33
HSL 290.63º 0.39% 0.49% -
HSV(B) 290.63º 0.56% 0.67% -
XYZ 23.94 15.32 40.72 -
YUV 111.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 157 76 172 0.09 0.56 0 0.33 290.63 0.39 0.49
Hex 9D 4C AC 9 38 0 21 123 27 31
Octal 235 114 254 11 70 0 41 443 47 61
Binary 10011101 1001100 10101100 1001 111000 0 100001 100100011 100111 110001

Color Harmonies of #9D4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4CAC

Black with #9D4CAC

Text Example


Text Example

White with #9D4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,76,172); }

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

background-color css

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

 a { background-color: rgb(157,76,172); }

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

border-color css

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

 span { border-color: rgb(157,76,172); }

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