Html Css Color HEX #9F4FCD Deep Lilac

📋 copy color: '#9F4FCD'

red 159 ◦ green 79 ◦ blue 205

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

Shades of Deep Lilac #9F4FCD

Tints of Deep Lilac #9F4FCD

RGB

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

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

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

R = 35.89%
G = 17.83%
B = 46.28%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F4FCD (or 0x9F4FCD) is known color: Deep Lilac. HEX triplet: 9F, 4F and CD. RGB value is (159,79,205). Sum of RGB (Red+Green+Blue) = 159+79+205=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F4FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4FCD is #60B032. Grayscale: #747474. Windows color (decimal): -6336563 or 13455263. OLE color: 13455263.

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

Color convert

RGB 159 79 205 -
CMYK 0.22 0.61 0 0.20
HSL 278.1º 0.56% 0.56% -
HSV(B) 278.1º 0.61% 0.8% -
XYZ 28.11 17.37 59.63 -
YUV 117.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 159 79 205 0.22 0.61 0 0.20 278.1 0.56 0.56
Hex 9F 4F CD 16 3D 0 14 116 38 38
Octal 237 117 315 26 75 0 24 426 70 70
Binary 10011111 1001111 11001101 10110 111101 0 10100 100010110 111000 111000

Color Harmonies of #9F4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4FCD

Black with #9F4FCD

Text Example


Text Example

White with #9F4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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