Shades of Dark Violet #9B00EE
Tints of Dark Violet #9B00EE
RGB
CMYK
RGB Variations
Color information
#9B00EE (or 0x9B00EE) is known color: Dark Violet. HEX triplet: 9B, 00 and EE. RGB value is (155,0,238). Sum of RGB (Red+Green+Blue) = 155+0+238=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B00EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B00EE is #64FF11. Grayscale: #484848. Windows color (decimal): -6618898 or 15597723. OLE color: 15597723.
HSL color Cylindrical-coordinate representation of color #9B00EE: hue angle of 279.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00EE is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 0 | 238 | - |
| CMYK | 0.35 | 1 | 0 | 0.07 |
| HSL | 279.08º | 1% | 0.47% | - |
| HSV(B) | 279.08º | 1% | 0.93% | - |
| XYZ | 28.95 | 13.14 | 81.9 | - |
| YUV | 73.48 | 220.85 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 238 | 0.35 | 1 | 0 | 0.07 | 279.08 | 1 | 0.47 |
| Hex | 9B | 0 | EE | 23 | 64 | 0 | 7 | 117 | 64 | 2F |
| Octal | 233 | 0 | 356 | 43 | 144 | 0 | 7 | 427 | 144 | 57 |
| Binary | 10011011 | 0 | 11101110 | 100011 | 1100100 | 0 | 111 | 100010111 | 1100100 | 101111 |
Color Harmonies of #9B00EE
Complementary color
Monochromatic Colors of #9B00EE
Black with #9B00EE
Text Example
Text Example
White with #9B00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B00EE; }
p { color: rgb(155,0,238); }
H1.HeaderClassName
{
color: #9B00EE;
}
.AnyTagClassName
{
color: #9B00EE;
}
</style>
background-color css
<style>
a { background-color: #9B00EE; }
a { background-color: rgb(155,0,238); }
div.DivClassName
{
background-color: #9B00EE;
}
.BgClassName
{
background-color: #9B00EE;
}
</style>
border-color css
<style>
span { border-color: #9B00EE; }
span { border-color: rgb(155,0,238); }
td.TdClassName
{
border-color: #9B00EE;
}
.TagClassName
{
border-color: #9B00EE;
}
</style>