Shades of Dark Violet #9316DB
Tints of Dark Violet #9316DB
RGB
CMYK
RGB Variations
Color information
#9316DB (or 0x9316DB) is known color: Dark Violet. HEX triplet: 93, 16 and DB. RGB value is (147,22,219). Sum of RGB (Red+Green+Blue) = 147+22+219=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #9316DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9316DB is #6CE924. Grayscale: #515151. Windows color (decimal): -7137573 or 14358163. OLE color: 14358163.
HSL color Cylindrical-coordinate representation of color #9316DB: hue angle of 278.07º 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 #9316DB is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 22 | 219 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.14 |
| HSL | 278.07º | 0.82% | 0.47% | - |
| HSV(B) | 278.07º | 0.9% | 0.86% | - |
| XYZ | 25.11 | 11.89 | 67.99 | - |
| YUV | 81.83 | 205.41 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 219 | 0.33 | 0.90 | 0 | 0.14 | 278.07 | 0.82 | 0.47 |
| Hex | 93 | 16 | DB | 21 | 5A | 0 | E | 116 | 52 | 2F |
| Octal | 223 | 26 | 333 | 41 | 132 | 0 | 16 | 426 | 122 | 57 |
| Binary | 10010011 | 10110 | 11011011 | 100001 | 1011010 | 0 | 1110 | 100010110 | 1010010 | 101111 |
Color Harmonies of #9316DB
Complementary color
Monochromatic Colors of #9316DB
Black with #9316DB
Text Example
Text Example
White with #9316DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9316DB; }
p { color: rgb(147,22,219); }
H1.HeaderClassName
{
color: #9316DB;
}
.AnyTagClassName
{
color: #9316DB;
}
</style>
background-color css
<style>
a { background-color: #9316DB; }
a { background-color: rgb(147,22,219); }
div.DivClassName
{
background-color: #9316DB;
}
.BgClassName
{
background-color: #9316DB;
}
</style>
border-color css
<style>
span { border-color: #9316DB; }
span { border-color: rgb(147,22,219); }
td.TdClassName
{
border-color: #9316DB;
}
.TagClassName
{
border-color: #9316DB;
}
</style>