Shades of Dark Violet #9316CE
Tints of Dark Violet #9316CE
RGB
CMYK
RGB Variations
Color information
#9316CE (or 0x9316CE) is known color: Dark Violet. HEX triplet: 93, 16 and CE. RGB value is (147,22,206). Sum of RGB (Red+Green+Blue) = 147+22+206=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #9316CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9316CE is #6CE931. Grayscale: #4F4F4F. Windows color (decimal): -7137586 or 13506195. OLE color: 13506195.
HSL color Cylindrical-coordinate representation of color #9316CE: hue angle of 280.76º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9316CE is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 22 | 206 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.19 |
| HSL | 280.76º | 0.81% | 0.45% | - |
| HSV(B) | 280.76º | 0.89% | 0.81% | - |
| XYZ | 23.46 | 11.23 | 59.32 | - |
| YUV | 80.35 | 198.91 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 206 | 0.29 | 0.89 | 0 | 0.19 | 280.76 | 0.81 | 0.45 |
| Hex | 93 | 16 | CE | 1D | 59 | 0 | 13 | 119 | 51 | 2D |
| Octal | 223 | 26 | 316 | 35 | 131 | 0 | 23 | 431 | 121 | 55 |
| Binary | 10010011 | 10110 | 11001110 | 11101 | 1011001 | 0 | 10011 | 100011001 | 1010001 | 101101 |
Color Harmonies of #9316CE
Complementary color
Monochromatic Colors of #9316CE
Black with #9316CE
Text Example
Text Example
White with #9316CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9316CE; }
p { color: rgb(147,22,206); }
H1.HeaderClassName
{
color: #9316CE;
}
.AnyTagClassName
{
color: #9316CE;
}
</style>
background-color css
<style>
a { background-color: #9316CE; }
a { background-color: rgb(147,22,206); }
div.DivClassName
{
background-color: #9316CE;
}
.BgClassName
{
background-color: #9316CE;
}
</style>
border-color css
<style>
span { border-color: #9316CE; }
span { border-color: rgb(147,22,206); }
td.TdClassName
{
border-color: #9316CE;
}
.TagClassName
{
border-color: #9316CE;
}
</style>