Shades of Dark Violet #9F0BEB
Tints of Dark Violet #9F0BEB
RGB
CMYK
RGB Variations
Color information
#9F0BEB (or 0x9F0BEB) is known color: Dark Violet. HEX triplet: 9F, 0B and EB. RGB value is (159,11,235). Sum of RGB (Red+Green+Blue) = 159+11+235=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F0BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0BEB is #60F414. Grayscale: #505050. Windows color (decimal): -6353941 or 15403935. OLE color: 15403935.
HSL color Cylindrical-coordinate representation of color #9F0BEB: hue angle of 279.64º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0BEB is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 11 | 235 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.08 |
| HSL | 279.64º | 0.91% | 0.48% | - |
| HSV(B) | 279.64º | 0.95% | 0.92% | - |
| XYZ | 29.41 | 13.61 | 79.67 | - |
| YUV | 80.79 | 215.03 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 235 | 0.32 | 0.95 | 0 | 0.08 | 279.64 | 0.91 | 0.48 |
| Hex | 9F | B | EB | 20 | 5F | 0 | 8 | 118 | 5B | 30 |
| Octal | 237 | 13 | 353 | 40 | 137 | 0 | 10 | 430 | 133 | 60 |
| Binary | 10011111 | 1011 | 11101011 | 100000 | 1011111 | 0 | 1000 | 100011000 | 1011011 | 110000 |
Color Harmonies of #9F0BEB
Complementary color
Monochromatic Colors of #9F0BEB
Black with #9F0BEB
Text Example
Text Example
White with #9F0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BEB; }
p { color: rgb(159,11,235); }
H1.HeaderClassName
{
color: #9F0BEB;
}
.AnyTagClassName
{
color: #9F0BEB;
}
</style>
background-color css
<style>
a { background-color: #9F0BEB; }
a { background-color: rgb(159,11,235); }
div.DivClassName
{
background-color: #9F0BEB;
}
.BgClassName
{
background-color: #9F0BEB;
}
</style>
border-color css
<style>
span { border-color: #9F0BEB; }
span { border-color: rgb(159,11,235); }
td.TdClassName
{
border-color: #9F0BEB;
}
.TagClassName
{
border-color: #9F0BEB;
}
</style>