Shades of Dark Violet #9313D6
Tints of Dark Violet #9313D6
RGB
CMYK
RGB Variations
Color information
#9313D6 (or 0x9313D6) is known color: Dark Violet. HEX triplet: 93, 13 and D6. RGB value is (147,19,214). Sum of RGB (Red+Green+Blue) = 147+19+214=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #9313D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9313D6 is #6CEC29. Grayscale: #4E4E4E. Windows color (decimal): -7138346 or 14029715. OLE color: 14029715.
HSL color Cylindrical-coordinate representation of color #9313D6: hue angle of 279.38º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9313D6 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 19 | 214 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.16 |
| HSL | 279.38º | 0.84% | 0.46% | - |
| HSV(B) | 279.38º | 0.91% | 0.84% | - |
| XYZ | 24.4 | 11.52 | 64.56 | - |
| YUV | 79.5 | 203.91 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 214 | 0.31 | 0.91 | 0 | 0.16 | 279.38 | 0.84 | 0.46 |
| Hex | 93 | 13 | D6 | 1F | 5B | 0 | 10 | 117 | 54 | 2E |
| Octal | 223 | 23 | 326 | 37 | 133 | 0 | 20 | 427 | 124 | 56 |
| Binary | 10010011 | 10011 | 11010110 | 11111 | 1011011 | 0 | 10000 | 100010111 | 1010100 | 101110 |
Color Harmonies of #9313D6
Complementary color
Monochromatic Colors of #9313D6
Black with #9313D6
Text Example
Text Example
White with #9313D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9313D6; }
p { color: rgb(147,19,214); }
H1.HeaderClassName
{
color: #9313D6;
}
.AnyTagClassName
{
color: #9313D6;
}
</style>
background-color css
<style>
a { background-color: #9313D6; }
a { background-color: rgb(147,19,214); }
div.DivClassName
{
background-color: #9313D6;
}
.BgClassName
{
background-color: #9313D6;
}
</style>
border-color css
<style>
span { border-color: #9313D6; }
span { border-color: rgb(147,19,214); }
td.TdClassName
{
border-color: #9313D6;
}
.TagClassName
{
border-color: #9313D6;
}
</style>