Shades of Dark Violet #9317CE
Tints of Dark Violet #9317CE
RGB
CMYK
RGB Variations
Color information
#9317CE (or 0x9317CE) is known color: Dark Violet. HEX triplet: 93, 17 and CE. RGB value is (147,23,206). Sum of RGB (Red+Green+Blue) = 147+23+206=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #9317CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9317CE is #6CE831. Grayscale: #505050. Windows color (decimal): -7137330 or 13506451. OLE color: 13506451.
HSL color Cylindrical-coordinate representation of color #9317CE: hue angle of 280.66º degrees, saturation: 0.8, 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 #9317CE is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 23 | 206 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.19 |
| HSL | 280.66º | 0.8% | 0.45% | - |
| HSV(B) | 280.66º | 0.89% | 0.81% | - |
| XYZ | 23.48 | 11.27 | 59.33 | - |
| YUV | 80.94 | 198.58 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 206 | 0.29 | 0.89 | 0 | 0.19 | 280.66 | 0.8 | 0.45 |
| Hex | 93 | 17 | CE | 1D | 59 | 0 | 13 | 119 | 50 | 2D |
| Octal | 223 | 27 | 316 | 35 | 131 | 0 | 23 | 431 | 120 | 55 |
| Binary | 10010011 | 10111 | 11001110 | 11101 | 1011001 | 0 | 10011 | 100011001 | 1010000 | 101101 |
Color Harmonies of #9317CE
Complementary color
Monochromatic Colors of #9317CE
Black with #9317CE
Text Example
Text Example
White with #9317CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9317CE; }
p { color: rgb(147,23,206); }
H1.HeaderClassName
{
color: #9317CE;
}
.AnyTagClassName
{
color: #9317CE;
}
</style>
background-color css
<style>
a { background-color: #9317CE; }
a { background-color: rgb(147,23,206); }
div.DivClassName
{
background-color: #9317CE;
}
.BgClassName
{
background-color: #9317CE;
}
</style>
border-color css
<style>
span { border-color: #9317CE; }
span { border-color: rgb(147,23,206); }
td.TdClassName
{
border-color: #9317CE;
}
.TagClassName
{
border-color: #9317CE;
}
</style>