Shades of Dark Violet #9316DA
Tints of Dark Violet #9316DA
RGB
CMYK
RGB Variations
Color information
#9316DA (or 0x9316DA) is known color: Dark Violet. HEX triplet: 93, 16 and DA. RGB value is (147,22,218). Sum of RGB (Red+Green+Blue) = 147+22+218=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #9316DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9316DA is #6CE925. Grayscale: #515151. Windows color (decimal): -7137574 or 14292627. OLE color: 14292627.
HSL color Cylindrical-coordinate representation of color #9316DA: hue angle of 278.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9316DA is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 22 | 218 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.15 |
| HSL | 278.27º | 0.82% | 0.47% | - |
| HSV(B) | 278.27º | 0.9% | 0.85% | - |
| XYZ | 24.97 | 11.84 | 67.3 | - |
| YUV | 81.72 | 204.91 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 218 | 0.33 | 0.90 | 0 | 0.15 | 278.27 | 0.82 | 0.47 |
| Hex | 93 | 16 | DA | 21 | 5A | 0 | F | 116 | 52 | 2F |
| Octal | 223 | 26 | 332 | 41 | 132 | 0 | 17 | 426 | 122 | 57 |
| Binary | 10010011 | 10110 | 11011010 | 100001 | 1011010 | 0 | 1111 | 100010110 | 1010010 | 101111 |
Color Harmonies of #9316DA
Complementary color
Monochromatic Colors of #9316DA
Black with #9316DA
Text Example
Text Example
White with #9316DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9316DA; }
p { color: rgb(147,22,218); }
H1.HeaderClassName
{
color: #9316DA;
}
.AnyTagClassName
{
color: #9316DA;
}
</style>
background-color css
<style>
a { background-color: #9316DA; }
a { background-color: rgb(147,22,218); }
div.DivClassName
{
background-color: #9316DA;
}
.BgClassName
{
background-color: #9316DA;
}
</style>
border-color css
<style>
span { border-color: #9316DA; }
span { border-color: rgb(147,22,218); }
td.TdClassName
{
border-color: #9316DA;
}
.TagClassName
{
border-color: #9316DA;
}
</style>