Shades of Dark Violet #9314D4
Tints of Dark Violet #9314D4
RGB
CMYK
RGB Variations
Color information
#9314D4 (or 0x9314D4) is known color: Dark Violet. HEX triplet: 93, 14 and D4. RGB value is (147,20,212). Sum of RGB (Red+Green+Blue) = 147+20+212=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 212 (83.20% from 255 or 55.94% from 379); Max value from RGB is 212 - color contains mainly: blue. Hex color #9314D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9314D4 is #6CEB2B. Grayscale: #4F4F4F. Windows color (decimal): -7138092 or 13898899. OLE color: 13898899.
HSL color Cylindrical-coordinate representation of color #9314D4: hue angle of 279.69º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9314D4 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 20 | 212 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.17 |
| HSL | 279.69º | 0.83% | 0.45% | - |
| HSV(B) | 279.69º | 0.91% | 0.83% | - |
| XYZ | 24.17 | 11.46 | 63.23 | - |
| YUV | 79.86 | 202.58 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 212 | 0.31 | 0.91 | 0 | 0.17 | 279.69 | 0.83 | 0.45 |
| Hex | 93 | 14 | D4 | 1F | 5B | 0 | 11 | 118 | 53 | 2D |
| Octal | 223 | 24 | 324 | 37 | 133 | 0 | 21 | 430 | 123 | 55 |
| Binary | 10010011 | 10100 | 11010100 | 11111 | 1011011 | 0 | 10001 | 100011000 | 1010011 | 101101 |
Color Harmonies of #9314D4
Complementary color
Monochromatic Colors of #9314D4
Black with #9314D4
Text Example
Text Example
White with #9314D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9314D4; }
p { color: rgb(147,20,212); }
H1.HeaderClassName
{
color: #9314D4;
}
.AnyTagClassName
{
color: #9314D4;
}
</style>
background-color css
<style>
a { background-color: #9314D4; }
a { background-color: rgb(147,20,212); }
div.DivClassName
{
background-color: #9314D4;
}
.BgClassName
{
background-color: #9314D4;
}
</style>
border-color css
<style>
span { border-color: #9314D4; }
span { border-color: rgb(147,20,212); }
td.TdClassName
{
border-color: #9314D4;
}
.TagClassName
{
border-color: #9314D4;
}
</style>