Shades of Dark Violet #9B0ABF
Tints of Dark Violet #9B0ABF
RGB
CMYK
RGB Variations
Color information
#9B0ABF (or 0x9B0ABF) is known color: Dark Violet. HEX triplet: 9B, 0A and BF. RGB value is (155,10,191). Sum of RGB (Red+Green+Blue) = 155+10+191=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B0ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0ABF is #64F540. Grayscale: #494949. Windows color (decimal): -6616385 or 12520091. OLE color: 12520091.
HSL color Cylindrical-coordinate representation of color #9B0ABF: hue angle of 288.07º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0ABF is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 10 | 191 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.25 |
| HSL | 288.07º | 0.9% | 0.39% | - |
| HSV(B) | 288.07º | 0.95% | 0.75% | - |
| XYZ | 23.03 | 10.95 | 50.19 | - |
| YUV | 73.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 191 | 0.19 | 0.95 | 0 | 0.25 | 288.07 | 0.9 | 0.39 |
| Hex | 9B | A | BF | 13 | 5F | 0 | 19 | 120 | 5A | 27 |
| Octal | 233 | 12 | 277 | 23 | 137 | 0 | 31 | 440 | 132 | 47 |
| Binary | 10011011 | 1010 | 10111111 | 10011 | 1011111 | 0 | 11001 | 100100000 | 1011010 | 100111 |
Color Harmonies of #9B0ABF
Complementary color
Monochromatic Colors of #9B0ABF
Black with #9B0ABF
Text Example
Text Example
White with #9B0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0ABF; }
p { color: rgb(155,10,191); }
H1.HeaderClassName
{
color: #9B0ABF;
}
.AnyTagClassName
{
color: #9B0ABF;
}
</style>
background-color css
<style>
a { background-color: #9B0ABF; }
a { background-color: rgb(155,10,191); }
div.DivClassName
{
background-color: #9B0ABF;
}
.BgClassName
{
background-color: #9B0ABF;
}
</style>
border-color css
<style>
span { border-color: #9B0ABF; }
span { border-color: rgb(155,10,191); }
td.TdClassName
{
border-color: #9B0ABF;
}
.TagClassName
{
border-color: #9B0ABF;
}
</style>