Shades of Dark Violet #9B16DB
Tints of Dark Violet #9B16DB
RGB
CMYK
RGB Variations
Color information
#9B16DB (or 0x9B16DB) is known color: Dark Violet. HEX triplet: 9B, 16 and DB. RGB value is (155,22,219). Sum of RGB (Red+Green+Blue) = 155+22+219=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B16DB is #64E924. Grayscale: #535353. Windows color (decimal): -6613285 or 14358171. OLE color: 14358171.
HSL color Cylindrical-coordinate representation of color #9B16DB: hue angle of 280.51º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B16DB is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 22 | 219 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.14 |
| HSL | 280.51º | 0.82% | 0.47% | - |
| HSV(B) | 280.51º | 0.9% | 0.86% | - |
| XYZ | 26.59 | 12.66 | 68.06 | - |
| YUV | 84.23 | 204.06 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 22 | 219 | 0.29 | 0.90 | 0 | 0.14 | 280.51 | 0.82 | 0.47 |
| Hex | 9B | 16 | DB | 1D | 5A | 0 | E | 119 | 52 | 2F |
| Octal | 233 | 26 | 333 | 35 | 132 | 0 | 16 | 431 | 122 | 57 |
| Binary | 10011011 | 10110 | 11011011 | 11101 | 1011010 | 0 | 1110 | 100011001 | 1010010 | 101111 |
Color Harmonies of #9B16DB
Complementary color
Monochromatic Colors of #9B16DB
Black with #9B16DB
Text Example
Text Example
White with #9B16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B16DB; }
p { color: rgb(155,22,219); }
H1.HeaderClassName
{
color: #9B16DB;
}
.AnyTagClassName
{
color: #9B16DB;
}
</style>
background-color css
<style>
a { background-color: #9B16DB; }
a { background-color: rgb(155,22,219); }
div.DivClassName
{
background-color: #9B16DB;
}
.BgClassName
{
background-color: #9B16DB;
}
</style>
border-color css
<style>
span { border-color: #9B16DB; }
span { border-color: rgb(155,22,219); }
td.TdClassName
{
border-color: #9B16DB;
}
.TagClassName
{
border-color: #9B16DB;
}
</style>