Shades of Dark Violet #9313CE
Tints of Dark Violet #9313CE
RGB
CMYK
RGB Variations
Color information
#9313CE (or 0x9313CE) is known color: Dark Violet. HEX triplet: 93, 13 and CE. RGB value is (147,19,206). Sum of RGB (Red+Green+Blue) = 147+19+206=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #9313CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9313CE is #6CEC31. Grayscale: #4D4D4D. Windows color (decimal): -7138354 or 13505427. OLE color: 13505427.
HSL color Cylindrical-coordinate representation of color #9313CE: hue angle of 281.07º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9313CE is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 19 | 206 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.19 |
| HSL | 281.07º | 0.83% | 0.44% | - |
| HSV(B) | 281.07º | 0.91% | 0.81% | - |
| XYZ | 23.41 | 11.13 | 59.31 | - |
| YUV | 78.59 | 199.91 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 206 | 0.29 | 0.91 | 0 | 0.19 | 281.07 | 0.83 | 0.44 |
| Hex | 93 | 13 | CE | 1D | 5B | 0 | 13 | 119 | 53 | 2C |
| Octal | 223 | 23 | 316 | 35 | 133 | 0 | 23 | 431 | 123 | 54 |
| Binary | 10010011 | 10011 | 11001110 | 11101 | 1011011 | 0 | 10011 | 100011001 | 1010011 | 101100 |
Color Harmonies of #9313CE
Complementary color
Monochromatic Colors of #9313CE
Black with #9313CE
Text Example
Text Example
White with #9313CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9313CE; }
p { color: rgb(147,19,206); }
H1.HeaderClassName
{
color: #9313CE;
}
.AnyTagClassName
{
color: #9313CE;
}
</style>
background-color css
<style>
a { background-color: #9313CE; }
a { background-color: rgb(147,19,206); }
div.DivClassName
{
background-color: #9313CE;
}
.BgClassName
{
background-color: #9313CE;
}
</style>
border-color css
<style>
span { border-color: #9313CE; }
span { border-color: rgb(147,19,206); }
td.TdClassName
{
border-color: #9313CE;
}
.TagClassName
{
border-color: #9313CE;
}
</style>