Shades of Dark Violet #9319CF
Tints of Dark Violet #9319CF
RGB
CMYK
RGB Variations
Color information
#9319CF (or 0x9319CF) is known color: Dark Violet. HEX triplet: 93, 19 and CF. RGB value is (147,25,207). Sum of RGB (Red+Green+Blue) = 147+25+207=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #9319CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9319CF is #6CE630. Grayscale: #515151. Windows color (decimal): -7136817 or 13572499. OLE color: 13572499.
HSL color Cylindrical-coordinate representation of color #9319CF: hue angle of 280.22º 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 #9319CF is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 25 | 207 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.19 |
| HSL | 280.22º | 0.78% | 0.45% | - |
| HSV(B) | 280.22º | 0.88% | 0.81% | - |
| XYZ | 23.64 | 11.4 | 59.99 | - |
| YUV | 82.23 | 198.42 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 207 | 0.29 | 0.88 | 0 | 0.19 | 280.22 | 0.78 | 0.45 |
| Hex | 93 | 19 | CF | 1D | 58 | 0 | 13 | 118 | 4E | 2D |
| Octal | 223 | 31 | 317 | 35 | 130 | 0 | 23 | 430 | 116 | 55 |
| Binary | 10010011 | 11001 | 11001111 | 11101 | 1011000 | 0 | 10011 | 100011000 | 1001110 | 101101 |
Color Harmonies of #9319CF
Complementary color
Monochromatic Colors of #9319CF
Black with #9319CF
Text Example
Text Example
White with #9319CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9319CF; }
p { color: rgb(147,25,207); }
H1.HeaderClassName
{
color: #9319CF;
}
.AnyTagClassName
{
color: #9319CF;
}
</style>
background-color css
<style>
a { background-color: #9319CF; }
a { background-color: rgb(147,25,207); }
div.DivClassName
{
background-color: #9319CF;
}
.BgClassName
{
background-color: #9319CF;
}
</style>
border-color css
<style>
span { border-color: #9319CF; }
span { border-color: rgb(147,25,207); }
td.TdClassName
{
border-color: #9319CF;
}
.TagClassName
{
border-color: #9319CF;
}
</style>