Html Css Color HEX #9D4DD4 Deep Lilac

📋 copy color: '#9D4DD4'

red 157 ◦ green 77 ◦ blue 212

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

Shades of Deep Lilac #9D4DD4

Tints of Deep Lilac #9D4DD4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 212 (83.2% from 255) = 47.53%

R = 35.2%
G = 17.26%
B = 47.53%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9D4DD4 (or 0x9D4DD4) is known color: Deep Lilac. HEX triplet: 9D, 4D and D4. RGB value is (157,77,212). Sum of RGB (Red+Green+Blue) = 157+77+212=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 212 - color contains mainly: blue. Hex color #9D4DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4DD4 is #62B22B. Grayscale: #737373. Windows color (decimal): -6468140 or 13913501. OLE color: 13913501.

HSL color Cylindrical-coordinate representation of color #9D4DD4: hue angle of 275.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D4DD4 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 77 212 -
CMYK 0.26 0.64 0 0.17
HSL 275.56º 0.61% 0.57% -
HSV(B) 275.56º 0.64% 0.83% -
XYZ 28.44 17.23 64.11 -
YUV 116.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 157 77 212 0.26 0.64 0 0.17 275.56 0.61 0.57
Hex 9D 4D D4 1A 40 0 11 114 3D 39
Octal 235 115 324 32 100 0 21 424 75 71
Binary 10011101 1001101 11010100 11010 1000000 0 10001 100010100 111101 111001

Color Harmonies of #9D4DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4DD4

Black with #9D4DD4

Text Example


Text Example

White with #9D4DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,77,212); }

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

background-color css

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

 a { background-color: rgb(157,77,212); }

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

border-color css

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

 span { border-color: rgb(157,77,212); }

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