#9F15BF

Color #9F15BF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9F15BF

Tints of Dark Violet #9F15BF

Color information

#9F15BF (or 0x9F15BF) is unknown color: approx Dark Violet. HEX triplet: 9F, 15 and BF. RGB value is (159,21,191). Sum of RGB (Red+Green+Blue) = 159+21+191=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F15BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F15BF is #60EA40. Grayscale: #515151. Windows color (decimal): -6351425 or 12522911. OLE color: 12522911.

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

Color convert

RGB15921191-
CMYK0.170.8900.25
HSL288.71º80.19%41.57%-
HSV(B)288.71º89.01%74.9%-
XYZ23.9711.6750.28-
YUV81.64189.72183.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 21 (8.59% from 255) = 5.66%
BLUE value IS 191 (75% from 255) = 51.48%
R=42.86%
G=5.66%
B=51.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159211910.170.8900.25288.7180.1941.57
Hex9F15BF1159019121502a
Octal237252772113103144112052
Binary1001111110101101111111000110110010110011001000011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F15BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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