Shades of Dark Violet #9B10BD
Tints of Dark Violet #9B10BD
RGB
CMYK
RGB Variations
Color information
#9B10BD (or 0x9B10BD) is known color: Dark Violet. HEX triplet: 9B, 10 and BD. RGB value is (155,16,189). Sum of RGB (Red+Green+Blue) = 155+16+189=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B10BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B10BD is #64EF42. Grayscale: #4C4C4C. Windows color (decimal): -6614851 or 12390555. OLE color: 12390555.
HSL color Cylindrical-coordinate representation of color #9B10BD: hue angle of 288.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B10BD is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 16 | 189 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.26 |
| HSL | 288.21º | 0.84% | 0.4% | - |
| HSV(B) | 288.21º | 0.92% | 0.74% | - |
| XYZ | 22.89 | 11.01 | 49.06 | - |
| YUV | 77.28 | 191.05 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 189 | 0.18 | 0.92 | 0 | 0.26 | 288.21 | 0.84 | 0.4 |
| Hex | 9B | 10 | BD | 12 | 5C | 0 | 1A | 120 | 54 | 28 |
| Octal | 233 | 20 | 275 | 22 | 134 | 0 | 32 | 440 | 124 | 50 |
| Binary | 10011011 | 10000 | 10111101 | 10010 | 1011100 | 0 | 11010 | 100100000 | 1010100 | 101000 |
Color Harmonies of #9B10BD
Complementary color
Monochromatic Colors of #9B10BD
Black with #9B10BD
Text Example
Text Example
White with #9B10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B10BD; }
p { color: rgb(155,16,189); }
H1.HeaderClassName
{
color: #9B10BD;
}
.AnyTagClassName
{
color: #9B10BD;
}
</style>
background-color css
<style>
a { background-color: #9B10BD; }
a { background-color: rgb(155,16,189); }
div.DivClassName
{
background-color: #9B10BD;
}
.BgClassName
{
background-color: #9B10BD;
}
</style>
border-color css
<style>
span { border-color: #9B10BD; }
span { border-color: rgb(155,16,189); }
td.TdClassName
{
border-color: #9B10BD;
}
.TagClassName
{
border-color: #9B10BD;
}
</style>