#9F4CBF

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

Shades of Deep Lilac #9F4CBF

Tints of Deep Lilac #9F4CBF

Color information

#9F4CBF (or 0x9F4CBF) is unknown color: approx Deep Lilac. HEX triplet: 9F, 4C and BF. RGB value is (159,76,191). Sum of RGB (Red+Green+Blue) = 159+76+191=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F4CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4CBF is #60B340. Grayscale: #717171. Windows color (decimal): -6337345 or 12536991. OLE color: 12536991.

HSL color Cylindrical-coordinate representation of color #9F4CBF: hue angle of 283.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F4CBF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15976191-
CMYK0.170.6000.25
HSL283.3º47.33%52.35%-
HSV(B)283.3º60.21%74.9%-
XYZ26.2916.351.05-
YUV113.93171.5160.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.32%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 191 (75% from 255) = 44.84%
R=37.32%
G=17.84%
B=44.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159761910.170.6000.25283.347.3352.35
Hex9F4CBF113C01911b2f34
Octal23711427721740314335764
Binary1001111110011001011111110001111100011001100011011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,76,191); }

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

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

 a { background-color: rgb(159,76,191); }

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

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

 span { border-color: rgb(159,76,191); }

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