Shades of Dark Violet #9B10BC
Tints of Dark Violet #9B10BC
RGB
CMYK
RGB Variations
Color information
#9B10BC (or 0x9B10BC) is known color: Dark Violet. HEX triplet: 9B, 10 and BC. RGB value is (155,16,188). Sum of RGB (Red+Green+Blue) = 155+16+188=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B10BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B10BC is #64EF43. Grayscale: #4C4C4C. Windows color (decimal): -6614852 or 12325019. OLE color: 12325019.
HSL color Cylindrical-coordinate representation of color #9B10BC: hue angle of 288.49º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B10BC is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 16 | 188 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.26 |
| HSL | 288.49º | 0.84% | 0.4% | - |
| HSV(B) | 288.49º | 0.91% | 0.74% | - |
| XYZ | 22.78 | 10.97 | 48.49 | - |
| YUV | 77.17 | 190.55 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 188 | 0.18 | 0.91 | 0 | 0.26 | 288.49 | 0.84 | 0.4 |
| Hex | 9B | 10 | BC | 12 | 5B | 0 | 1A | 120 | 54 | 28 |
| Octal | 233 | 20 | 274 | 22 | 133 | 0 | 32 | 440 | 124 | 50 |
| Binary | 10011011 | 10000 | 10111100 | 10010 | 1011011 | 0 | 11010 | 100100000 | 1010100 | 101000 |
Color Harmonies of #9B10BC
Complementary color
Monochromatic Colors of #9B10BC
Black with #9B10BC
Text Example
Text Example
White with #9B10BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B10BC; }
p { color: rgb(155,16,188); }
H1.HeaderClassName
{
color: #9B10BC;
}
.AnyTagClassName
{
color: #9B10BC;
}
</style>
background-color css
<style>
a { background-color: #9B10BC; }
a { background-color: rgb(155,16,188); }
div.DivClassName
{
background-color: #9B10BC;
}
.BgClassName
{
background-color: #9B10BC;
}
</style>
border-color css
<style>
span { border-color: #9B10BC; }
span { border-color: rgb(155,16,188); }
td.TdClassName
{
border-color: #9B10BC;
}
.TagClassName
{
border-color: #9B10BC;
}
</style>