Shades of Dark Violet #9B0FEF
Tints of Dark Violet #9B0FEF
RGB
CMYK
RGB Variations
Color information
#9B0FEF (or 0x9B0FEF) is known color: Dark Violet. HEX triplet: 9B, 0F and EF. RGB value is (155,15,239). Sum of RGB (Red+Green+Blue) = 155+15+239=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B0FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0FEF is #64F010. Grayscale: #515151. Windows color (decimal): -6615057 or 15667099. OLE color: 15667099.
HSL color Cylindrical-coordinate representation of color #9B0FEF: hue angle of 277.5º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0FEF is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 15 | 239 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.06 |
| HSL | 277.5º | 0.88% | 0.5% | - |
| HSV(B) | 277.5º | 0.94% | 0.94% | - |
| XYZ | 29.27 | 13.54 | 82.73 | - |
| YUV | 82.4 | 216.38 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 239 | 0.35 | 0.94 | 0 | 0.06 | 277.5 | 0.88 | 0.5 |
| Hex | 9B | F | EF | 23 | 5E | 0 | 6 | 116 | 58 | 32 |
| Octal | 233 | 17 | 357 | 43 | 136 | 0 | 6 | 426 | 130 | 62 |
| Binary | 10011011 | 1111 | 11101111 | 100011 | 1011110 | 0 | 110 | 100010110 | 1011000 | 110010 |
Color Harmonies of #9B0FEF
Complementary color
Monochromatic Colors of #9B0FEF
Black with #9B0FEF
Text Example
Text Example
White with #9B0FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0FEF; }
p { color: rgb(155,15,239); }
H1.HeaderClassName
{
color: #9B0FEF;
}
.AnyTagClassName
{
color: #9B0FEF;
}
</style>
background-color css
<style>
a { background-color: #9B0FEF; }
a { background-color: rgb(155,15,239); }
div.DivClassName
{
background-color: #9B0FEF;
}
.BgClassName
{
background-color: #9B0FEF;
}
</style>
border-color css
<style>
span { border-color: #9B0FEF; }
span { border-color: rgb(155,15,239); }
td.TdClassName
{
border-color: #9B0FEF;
}
.TagClassName
{
border-color: #9B0FEF;
}
</style>