#9f51cd

Color #9F51CD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9F51CD

Tints of Deep Lilac #9F51CD

Color information

#9F51CD (or 0x9F51CD) is unknown color: approx Deep Lilac. HEX triplet: 9F, 51 and CD. RGB value is (159,81,205). Sum of RGB (Red+Green+Blue) = 159+81+205=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F51CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F51CD is #60AE32. Grayscale: #767676. Windows color (decimal): -6336051 or 13455775. OLE color: 13455775.

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

Color convert

RGB15981205-
CMYK0.220.6000.20
HSL277.74º55.36%56.08%-
HSV(B)277.74º60.49%80.39%-
XYZ28.2617.6659.68-
YUV118.46176.84156.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 81 (32.03% from 255) = 18.20%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=35.73%
G=18.20%
B=46.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159812050.220.6000.20277.7455.3656.08
Hex9F51CD163C0141163738
Octal23712131526740244266770
Binary1001111110100011100110110110111100010100100010110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f51cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9f51cd;
 }
 .AnyTagClassName
 {
   color: #9f51cd;
 }
</style>
background-color css

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

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

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

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

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

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