Html Css Color HEX #9F4DCE Deep Lilac

📋 copy color: '#9F4DCE'

red 159 ◦ green 77 ◦ blue 206

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

Shades of Deep Lilac #9F4DCE

Tints of Deep Lilac #9F4DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 35.97%
G = 17.42%
B = 46.61%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F4DCE (or 0x9F4DCE) is known color: Deep Lilac. HEX triplet: 9F, 4D and CE. RGB value is (159,77,206). Sum of RGB (Red+Green+Blue) = 159+77+206=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F4DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DCE is #60B231. Grayscale: #737373. Windows color (decimal): -6337074 or 13520287. OLE color: 13520287.

HSL color Cylindrical-coordinate representation of color #9F4DCE: hue angle of 278.14º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F4DCE is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 77 206 -
CMYK 0.23 0.63 0 0.19
HSL 278.14º 0.57% 0.55% -
HSV(B) 278.14º 0.63% 0.81% -
XYZ 28.09 17.13 60.22 -
YUV 116.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 159 77 206 0.23 0.63 0 0.19 278.14 0.57 0.55
Hex 9F 4D CE 17 3F 0 13 116 39 37
Octal 237 115 316 27 77 0 23 426 71 67
Binary 10011111 1001101 11001110 10111 111111 0 10011 100010110 111001 110111

Color Harmonies of #9F4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4DCE

Black with #9F4DCE

Text Example


Text Example

White with #9F4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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