Html Css Color HEX #9D4FD0 Deep Lilac

📋 copy color: '#9D4FD0'

red 157 ◦ green 79 ◦ blue 208

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

Shades of Deep Lilac #9D4FD0

Tints of Deep Lilac #9D4FD0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.79%

 BLUE value IS 208 (81.64% from 255) = 46.85%

R = 35.36%
G = 17.79%
B = 46.85%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9D4FD0 (or 0x9D4FD0) is known color: Deep Lilac. HEX triplet: 9D, 4F and D0. RGB value is (157,79,208). Sum of RGB (Red+Green+Blue) = 157+79+208=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #9D4FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4FD0 is #62B02F. Grayscale: #747474. Windows color (decimal): -6467632 or 13651869. OLE color: 13651869.

HSL color Cylindrical-coordinate representation of color #9D4FD0: hue angle of 276.28º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D4FD0 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 79 208 -
CMYK 0.25 0.62 0 0.18
HSL 276.28º 0.58% 0.56% -
HSV(B) 276.28º 0.62% 0.82% -
XYZ 28.09 17.31 61.54 -
YUV 117.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 157 79 208 0.25 0.62 0 0.18 276.28 0.58 0.56
Hex 9D 4F D0 19 3E 0 12 114 3A 38
Octal 235 117 320 31 76 0 22 424 72 70
Binary 10011101 1001111 11010000 11001 111110 0 10010 100010100 111010 111000

Color Harmonies of #9D4FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4FD0

Black with #9D4FD0

Text Example


Text Example

White with #9D4FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,79,208); }

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

background-color css

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

 a { background-color: rgb(157,79,208); }

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

border-color css

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

 span { border-color: rgb(157,79,208); }

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