Shades of Dark Violet #9314DC
Tints of Dark Violet #9314DC
RGB
CMYK
RGB Variations
Color information
#9314DC (or 0x9314DC) is known color: Dark Violet. HEX triplet: 93, 14 and DC. RGB value is (147,20,220). Sum of RGB (Red+Green+Blue) = 147+20+220=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #9314DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9314DC is #6CEB23. Grayscale: #505050. Windows color (decimal): -7138084 or 14423187. OLE color: 14423187.
HSL color Cylindrical-coordinate representation of color #9314DC: hue angle of 278.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9314DC is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 20 | 220 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.14 |
| HSL | 278.1º | 0.83% | 0.47% | - |
| HSV(B) | 278.1º | 0.91% | 0.86% | - |
| XYZ | 25.2 | 11.87 | 68.67 | - |
| YUV | 80.77 | 206.58 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 220 | 0.33 | 0.91 | 0 | 0.14 | 278.1 | 0.83 | 0.47 |
| Hex | 93 | 14 | DC | 21 | 5B | 0 | E | 116 | 53 | 2F |
| Octal | 223 | 24 | 334 | 41 | 133 | 0 | 16 | 426 | 123 | 57 |
| Binary | 10010011 | 10100 | 11011100 | 100001 | 1011011 | 0 | 1110 | 100010110 | 1010011 | 101111 |
Color Harmonies of #9314DC
Complementary color
Monochromatic Colors of #9314DC
Black with #9314DC
Text Example
Text Example
White with #9314DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9314DC; }
p { color: rgb(147,20,220); }
H1.HeaderClassName
{
color: #9314DC;
}
.AnyTagClassName
{
color: #9314DC;
}
</style>
background-color css
<style>
a { background-color: #9314DC; }
a { background-color: rgb(147,20,220); }
div.DivClassName
{
background-color: #9314DC;
}
.BgClassName
{
background-color: #9314DC;
}
</style>
border-color css
<style>
span { border-color: #9314DC; }
span { border-color: rgb(147,20,220); }
td.TdClassName
{
border-color: #9314DC;
}
.TagClassName
{
border-color: #9314DC;
}
</style>