Shades of Dark Violet #9B0BEE
Tints of Dark Violet #9B0BEE
RGB
CMYK
RGB Variations
Color information
#9B0BEE (or 0x9B0BEE) is known color: Dark Violet. HEX triplet: 9B, 0B and EE. RGB value is (155,11,238). Sum of RGB (Red+Green+Blue) = 155+11+238=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B0BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0BEE is #64F411. Grayscale: #4F4F4F. Windows color (decimal): -6616082 or 15600539. OLE color: 15600539.
HSL color Cylindrical-coordinate representation of color #9B0BEE: hue angle of 278.06º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0BEE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 11 | 238 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.07 |
| HSL | 278.06º | 0.91% | 0.49% | - |
| HSV(B) | 278.06º | 0.95% | 0.93% | - |
| XYZ | 29.07 | 13.38 | 81.94 | - |
| YUV | 79.93 | 217.21 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 11 | 238 | 0.35 | 0.95 | 0 | 0.07 | 278.06 | 0.91 | 0.49 |
| Hex | 9B | B | EE | 23 | 5F | 0 | 7 | 116 | 5B | 31 |
| Octal | 233 | 13 | 356 | 43 | 137 | 0 | 7 | 426 | 133 | 61 |
| Binary | 10011011 | 1011 | 11101110 | 100011 | 1011111 | 0 | 111 | 100010110 | 1011011 | 110001 |
Color Harmonies of #9B0BEE
Complementary color
Monochromatic Colors of #9B0BEE
Black with #9B0BEE
Text Example
Text Example
White with #9B0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0BEE; }
p { color: rgb(155,11,238); }
H1.HeaderClassName
{
color: #9B0BEE;
}
.AnyTagClassName
{
color: #9B0BEE;
}
</style>
background-color css
<style>
a { background-color: #9B0BEE; }
a { background-color: rgb(155,11,238); }
div.DivClassName
{
background-color: #9B0BEE;
}
.BgClassName
{
background-color: #9B0BEE;
}
</style>
border-color css
<style>
span { border-color: #9B0BEE; }
span { border-color: rgb(155,11,238); }
td.TdClassName
{
border-color: #9B0BEE;
}
.TagClassName
{
border-color: #9B0BEE;
}
</style>