Html Css Color HEX #9D4CAB Deep Lilac

📋 copy color: '#9D4CAB'

red 157 ◦ green 76 ◦ blue 171

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

Shades of Deep Lilac #9D4CAB

Tints of Deep Lilac #9D4CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 38.86%
G = 18.81%
B = 42.33%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D4CAB (or 0x9D4CAB) is known color: Deep Lilac. HEX triplet: 9D, 4C and AB. RGB value is (157,76,171). Sum of RGB (Red+Green+Blue) = 157+76+171=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D4CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4CAB is #62B354. Grayscale: #6E6E6E. Windows color (decimal): -6468437 or 11226269. OLE color: 11226269.

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

Color convert

RGB 157 76 171 -
CMYK 0.08 0.56 0 0.33
HSL 291.16º 0.38% 0.48% -
HSV(B) 291.16º 0.56% 0.67% -
XYZ 23.84 15.28 40.22 -
YUV 111.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 157 76 171 0.08 0.56 0 0.33 291.16 0.38 0.48
Hex 9D 4C AB 8 38 0 21 123 26 30
Octal 235 114 253 10 70 0 41 443 46 60
Binary 10011101 1001100 10101011 1000 111000 0 100001 100100011 100110 110000

Color Harmonies of #9D4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4CAB

Black with #9D4CAB

Text Example


Text Example

White with #9D4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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