Html Css Color HEX #9F4DCD Deep Lilac

📋 copy color: '#9F4DCD'

red 159 ◦ green 77 ◦ blue 205

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

Shades of Deep Lilac #9F4DCD

Tints of Deep Lilac #9F4DCD

RGB

 RED value IS 159 (62.5% from 255) = 36.05%

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 36.05%
G = 17.46%
B = 46.49%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F4DCD (or 0x9F4DCD) is known color: Deep Lilac. HEX triplet: 9F, 4D and CD. RGB value is (159,77,205). Sum of RGB (Red+Green+Blue) = 159+77+205=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DCD is #60B232. Grayscale: #737373. Windows color (decimal): -6337075 or 13454751. OLE color: 13454751.

HSL color Cylindrical-coordinate representation of color #9F4DCD: hue angle of 278.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F4DCD is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 77 205 -
CMYK 0.22 0.62 0 0.20
HSL 278.44º 0.56% 0.55% -
HSV(B) 278.44º 0.62% 0.8% -
XYZ 27.97 17.09 59.58 -
YUV 116.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 159 77 205 0.22 0.62 0 0.20 278.44 0.56 0.55
Hex 9F 4D CD 16 3E 0 14 116 38 37
Octal 237 115 315 26 76 0 24 426 70 67
Binary 10011111 1001101 11001101 10110 111110 0 10100 100010110 111000 110111

Color Harmonies of #9F4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4DCD

Black with #9F4DCD

Text Example


Text Example

White with #9F4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,77,205); }

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

background-color css

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

 a { background-color: rgb(159,77,205); }

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

border-color css

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

 span { border-color: rgb(159,77,205); }

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