Shades of Dark Violet #9314DF
Tints of Dark Violet #9314DF
RGB
CMYK
RGB Variations
Color information
#9314DF (or 0x9314DF) is known color: Dark Violet. HEX triplet: 93, 14 and DF. RGB value is (147,20,223). Sum of RGB (Red+Green+Blue) = 147+20+223=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #9314DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9314DF is #6CEB20. Grayscale: #505050. Windows color (decimal): -7138081 or 14619795. OLE color: 14619795.
HSL color Cylindrical-coordinate representation of color #9314DF: hue angle of 277.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9314DF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 20 | 223 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.13 |
| HSL | 277.54º | 0.84% | 0.48% | - |
| HSV(B) | 277.54º | 0.91% | 0.87% | - |
| XYZ | 25.6 | 12.03 | 70.78 | - |
| YUV | 81.12 | 208.08 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 223 | 0.34 | 0.91 | 0 | 0.13 | 277.54 | 0.84 | 0.48 |
| Hex | 93 | 14 | DF | 22 | 5B | 0 | D | 116 | 54 | 30 |
| Octal | 223 | 24 | 337 | 42 | 133 | 0 | 15 | 426 | 124 | 60 |
| Binary | 10010011 | 10100 | 11011111 | 100010 | 1011011 | 0 | 1101 | 100010110 | 1010100 | 110000 |
Color Harmonies of #9314DF
Complementary color
Monochromatic Colors of #9314DF
Black with #9314DF
Text Example
Text Example
White with #9314DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9314DF; }
p { color: rgb(147,20,223); }
H1.HeaderClassName
{
color: #9314DF;
}
.AnyTagClassName
{
color: #9314DF;
}
</style>
background-color css
<style>
a { background-color: #9314DF; }
a { background-color: rgb(147,20,223); }
div.DivClassName
{
background-color: #9314DF;
}
.BgClassName
{
background-color: #9314DF;
}
</style>
border-color css
<style>
span { border-color: #9314DF; }
span { border-color: rgb(147,20,223); }
td.TdClassName
{
border-color: #9314DF;
}
.TagClassName
{
border-color: #9314DF;
}
</style>