Html Css Color HEX #9F4FCF Deep Lilac

📋 copy color: '#9F4FCF'

red 159 ◦ green 79 ◦ blue 207

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

Shades of Deep Lilac #9F4FCF

Tints of Deep Lilac #9F4FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 35.73%
G = 17.75%
B = 46.52%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F4FCF (or 0x9F4FCF) is known color: Deep Lilac. HEX triplet: 9F, 4F and CF. RGB value is (159,79,207). Sum of RGB (Red+Green+Blue) = 159+79+207=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F4FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4FCF is #60B030. Grayscale: #757575. Windows color (decimal): -6336561 or 13586335. OLE color: 13586335.

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

Color convert

RGB 159 79 207 -
CMYK 0.23 0.62 0 0.19
HSL 277.5º 0.57% 0.56% -
HSV(B) 277.5º 0.62% 0.81% -
XYZ 28.36 17.47 60.91 -
YUV 117.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 159 79 207 0.23 0.62 0 0.19 277.5 0.57 0.56
Hex 9F 4F CF 17 3E 0 13 116 39 38
Octal 237 117 317 27 76 0 23 426 71 70
Binary 10011111 1001111 11001111 10111 111110 0 10011 100010110 111001 111000

Color Harmonies of #9F4FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4FCF

Black with #9F4FCF

Text Example


Text Example

White with #9F4FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,79,207); }

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

background-color css

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

 a { background-color: rgb(159,79,207); }

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

border-color css

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

 span { border-color: rgb(159,79,207); }

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