Html Css Color HEX #9D4BAB Deep Lilac

📋 copy color: '#9D4BAB'

red 157 ◦ green 75 ◦ blue 171

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

Shades of Deep Lilac #9D4BAB

Tints of Deep Lilac #9D4BAB

RGB

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

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

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

R = 38.96%
G = 18.61%
B = 42.43%

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

#9D4BAB (or 0x9D4BAB) is known color: Deep Lilac. HEX triplet: 9D, 4B and AB. RGB value is (157,75,171). Sum of RGB (Red+Green+Blue) = 157+75+171=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D4BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4BAB is #62B454. Grayscale: #6E6E6E. Windows color (decimal): -6468693 or 11226013. OLE color: 11226013.

HSL color Cylindrical-coordinate representation of color #9D4BAB: hue angle of 291.25º degrees, saturation: 0.39, 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 #9D4BAB is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 75 171 -
CMYK 0.08 0.56 0 0.33
HSL 291.25º 0.39% 0.48% -
HSV(B) 291.25º 0.56% 0.67% -
XYZ 23.77 15.14 40.2 -
YUV 110.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 157 75 171 0.08 0.56 0 0.33 291.25 0.39 0.48
Hex 9D 4B AB 8 38 0 21 123 27 30
Octal 235 113 253 10 70 0 41 443 47 60
Binary 10011101 1001011 10101011 1000 111000 0 100001 100100011 100111 110000

Color Harmonies of #9D4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4BAB

Black with #9D4BAB

Text Example


Text Example

White with #9D4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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