Shades of Dark Violet #9B00CE
Tints of Dark Violet #9B00CE
RGB
CMYK
RGB Variations
Color information
#9B00CE (or 0x9B00CE) is known color: Dark Violet. HEX triplet: 9B, 00 and CE. RGB value is (155,0,206). Sum of RGB (Red+Green+Blue) = 155+0+206=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B00CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B00CE is #64FF31. Grayscale: #454545. Windows color (decimal): -6618930 or 13500571. OLE color: 13500571.
HSL color Cylindrical-coordinate representation of color #9B00CE: hue angle of 285.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00CE is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 0 | 206 | - |
| CMYK | 0.25 | 1 | 0 | 0.19 |
| HSL | 285.15º | 1% | 0.4% | - |
| HSV(B) | 285.15º | 1% | 0.81% | - |
| XYZ | 24.66 | 11.42 | 59.3 | - |
| YUV | 69.83 | 204.85 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 206 | 0.25 | 1 | 0 | 0.19 | 285.15 | 1 | 0.4 |
| Hex | 9B | 0 | CE | 19 | 64 | 0 | 13 | 11D | 64 | 28 |
| Octal | 233 | 0 | 316 | 31 | 144 | 0 | 23 | 435 | 144 | 50 |
| Binary | 10011011 | 0 | 11001110 | 11001 | 1100100 | 0 | 10011 | 100011101 | 1100100 | 101000 |
Color Harmonies of #9B00CE
Complementary color
Monochromatic Colors of #9B00CE
Black with #9B00CE
Text Example
Text Example
White with #9B00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B00CE; }
p { color: rgb(155,0,206); }
H1.HeaderClassName
{
color: #9B00CE;
}
.AnyTagClassName
{
color: #9B00CE;
}
</style>
background-color css
<style>
a { background-color: #9B00CE; }
a { background-color: rgb(155,0,206); }
div.DivClassName
{
background-color: #9B00CE;
}
.BgClassName
{
background-color: #9B00CE;
}
</style>
border-color css
<style>
span { border-color: #9B00CE; }
span { border-color: rgb(155,0,206); }
td.TdClassName
{
border-color: #9B00CE;
}
.TagClassName
{
border-color: #9B00CE;
}
</style>