Shades of Dark Violet #9B00EF
Tints of Dark Violet #9B00EF
RGB
CMYK
RGB Variations
Color information
#9B00EF (or 0x9B00EF) is known color: Dark Violet. HEX triplet: 9B, 00 and EF. RGB value is (155,0,239). Sum of RGB (Red+Green+Blue) = 155+0+239=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B00EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B00EF is #64FF10. Grayscale: #484848. Windows color (decimal): -6618897 or 15663259. OLE color: 15663259.
HSL color Cylindrical-coordinate representation of color #9B00EF: hue angle of 278.91º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00EF is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 0 | 239 | - |
| CMYK | 0.35 | 1 | 0 | 0.06 |
| HSL | 278.91º | 1% | 0.47% | - |
| HSV(B) | 278.91º | 1% | 0.94% | - |
| XYZ | 29.1 | 13.2 | 82.68 | - |
| YUV | 73.59 | 221.35 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 239 | 0.35 | 1 | 0 | 0.06 | 278.91 | 1 | 0.47 |
| Hex | 9B | 0 | EF | 23 | 64 | 0 | 6 | 117 | 64 | 2F |
| Octal | 233 | 0 | 357 | 43 | 144 | 0 | 6 | 427 | 144 | 57 |
| Binary | 10011011 | 0 | 11101111 | 100011 | 1100100 | 0 | 110 | 100010111 | 1100100 | 101111 |
Color Harmonies of #9B00EF
Complementary color
Monochromatic Colors of #9B00EF
Black with #9B00EF
Text Example
Text Example
White with #9B00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B00EF; }
p { color: rgb(155,0,239); }
H1.HeaderClassName
{
color: #9B00EF;
}
.AnyTagClassName
{
color: #9B00EF;
}
</style>
background-color css
<style>
a { background-color: #9B00EF; }
a { background-color: rgb(155,0,239); }
div.DivClassName
{
background-color: #9B00EF;
}
.BgClassName
{
background-color: #9B00EF;
}
</style>
border-color css
<style>
span { border-color: #9B00EF; }
span { border-color: rgb(155,0,239); }
td.TdClassName
{
border-color: #9B00EF;
}
.TagClassName
{
border-color: #9B00EF;
}
</style>