#9F0EBF

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

Shades of Dark Violet #9F0EBF

Tints of Dark Violet #9F0EBF

Color information

#9F0EBF (or 0x9F0EBF) is unknown color: approx Dark Violet. HEX triplet: 9F, 0E and BF. RGB value is (159,14,191). Sum of RGB (Red+Green+Blue) = 159+14+191=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F0EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0EBF is #60F140. Grayscale: #4C4C4C. Windows color (decimal): -6353217 or 12521119. OLE color: 12521119.

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

Color convert

RGB15914191-
CMYK0.170.9300.25
HSL289.15º86.34%40.2%-
HSV(B)289.15º92.67%74.9%-
XYZ23.8611.4550.24-
YUV77.53192.04186.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.68%
GREEN value IS 14 (5.86% from 255) = 3.85%
BLUE value IS 191 (75% from 255) = 52.47%
R=43.68%
G=3.85%
B=52.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159141910.170.9300.25289.1586.3440.2
Hex9FEBF115D0191215628
Octal237162772113503144112650
Binary100111111110101111111000110111010110011001000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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