Shades of Dark Violet #9319CE
Tints of Dark Violet #9319CE
RGB
CMYK
RGB Variations
Color information
#9319CE (or 0x9319CE) is known color: Dark Violet. HEX triplet: 93, 19 and CE. RGB value is (147,25,206). Sum of RGB (Red+Green+Blue) = 147+25+206=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #9319CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9319CE is #6CE631. Grayscale: #515151. Windows color (decimal): -7136818 or 13506963. OLE color: 13506963.
HSL color Cylindrical-coordinate representation of color #9319CE: hue angle of 280.44º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9319CE is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 25 | 206 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.19 |
| HSL | 280.44º | 0.78% | 0.45% | - |
| HSV(B) | 280.44º | 0.88% | 0.81% | - |
| XYZ | 23.52 | 11.35 | 59.34 | - |
| YUV | 82.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 206 | 0.29 | 0.88 | 0 | 0.19 | 280.44 | 0.78 | 0.45 |
| Hex | 93 | 19 | CE | 1D | 58 | 0 | 13 | 118 | 4E | 2D |
| Octal | 223 | 31 | 316 | 35 | 130 | 0 | 23 | 430 | 116 | 55 |
| Binary | 10010011 | 11001 | 11001110 | 11101 | 1011000 | 0 | 10011 | 100011000 | 1001110 | 101101 |
Color Harmonies of #9319CE
Complementary color
Monochromatic Colors of #9319CE
Black with #9319CE
Text Example
Text Example
White with #9319CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9319CE; }
p { color: rgb(147,25,206); }
H1.HeaderClassName
{
color: #9319CE;
}
.AnyTagClassName
{
color: #9319CE;
}
</style>
background-color css
<style>
a { background-color: #9319CE; }
a { background-color: rgb(147,25,206); }
div.DivClassName
{
background-color: #9319CE;
}
.BgClassName
{
background-color: #9319CE;
}
</style>
border-color css
<style>
span { border-color: #9319CE; }
span { border-color: rgb(147,25,206); }
td.TdClassName
{
border-color: #9319CE;
}
.TagClassName
{
border-color: #9319CE;
}
</style>