Html Css Color HEX #9D4BAD Deep Lilac

📋 copy color: '#9D4BAD'

red 157 ◦ green 75 ◦ blue 173

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

Shades of Deep Lilac #9D4BAD

Tints of Deep Lilac #9D4BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.72%

R = 38.77%
G = 18.52%
B = 42.72%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D4BAD (or 0x9D4BAD) is known color: Deep Lilac. HEX triplet: 9D, 4B and AD. RGB value is (157,75,173). Sum of RGB (Red+Green+Blue) = 157+75+173=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D4BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4BAD is #62B452. Grayscale: #6E6E6E. Windows color (decimal): -6468691 or 11357085. OLE color: 11357085.

HSL color Cylindrical-coordinate representation of color #9D4BAD: hue angle of 290.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D4BAD is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 75 173 -
CMYK 0.09 0.57 0 0.32
HSL 290.2º 0.4% 0.49% -
HSV(B) 290.2º 0.57% 0.68% -
XYZ 23.96 15.22 41.21 -
YUV 110.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 157 75 173 0.09 0.57 0 0.32 290.2 0.4 0.49
Hex 9D 4B AD 9 39 0 20 122 28 31
Octal 235 113 255 11 71 0 40 442 50 61
Binary 10011101 1001011 10101101 1001 111001 0 100000 100100010 101000 110001

Color Harmonies of #9D4BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4BAD

Black with #9D4BAD

Text Example


Text Example

White with #9D4BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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