#9F44BF

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

Shades of Deep Lilac #9F44BF

Tints of Deep Lilac #9F44BF

Color information

#9F44BF (or 0x9F44BF) is unknown color: approx Deep Lilac. HEX triplet: 9F, 44 and BF. RGB value is (159,68,191). Sum of RGB (Red+Green+Blue) = 159+68+191=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F44BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F44BF is #60BB40. Grayscale: #6C6C6C. Windows color (decimal): -6339393 or 12534943. OLE color: 12534943.

HSL color Cylindrical-coordinate representation of color #9F44BF: hue angle of 284.39º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F44BF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15968191-
CMYK0.170.6400.25
HSL284.39º49%50.78%-
HSV(B)284.39º64.4%74.9%-
XYZ25.7715.2750.88-
YUV109.23174.15163.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.04%
GREEN value IS 68 (26.95% from 255) = 16.27%
BLUE value IS 191 (75% from 255) = 45.69%
R=38.04%
G=16.27%
B=45.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159681910.170.6400.25284.394950.78
Hex9F44BF114001911c3133
Octal237104277211000314346163
Binary10011111100010010111111100011000000011001100011100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F44BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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