Shades of Dark Violet #9314DA
Tints of Dark Violet #9314DA
RGB
CMYK
RGB Variations
Color information
#9314DA (or 0x9314DA) is known color: Dark Violet. HEX triplet: 93, 14 and DA. RGB value is (147,20,218). Sum of RGB (Red+Green+Blue) = 147+20+218=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #9314DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9314DA is #6CEB25. Grayscale: #4F4F4F. Windows color (decimal): -7138086 or 14292115. OLE color: 14292115.
HSL color Cylindrical-coordinate representation of color #9314DA: hue angle of 278.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9314DA is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 20 | 218 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.15 |
| HSL | 278.48º | 0.83% | 0.47% | - |
| HSV(B) | 278.48º | 0.91% | 0.85% | - |
| XYZ | 24.94 | 11.77 | 67.29 | - |
| YUV | 80.55 | 205.58 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 218 | 0.33 | 0.91 | 0 | 0.15 | 278.48 | 0.83 | 0.47 |
| Hex | 93 | 14 | DA | 21 | 5B | 0 | F | 116 | 53 | 2F |
| Octal | 223 | 24 | 332 | 41 | 133 | 0 | 17 | 426 | 123 | 57 |
| Binary | 10010011 | 10100 | 11011010 | 100001 | 1011011 | 0 | 1111 | 100010110 | 1010011 | 101111 |
Color Harmonies of #9314DA
Complementary color
Monochromatic Colors of #9314DA
Black with #9314DA
Text Example
Text Example
White with #9314DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9314DA; }
p { color: rgb(147,20,218); }
H1.HeaderClassName
{
color: #9314DA;
}
.AnyTagClassName
{
color: #9314DA;
}
</style>
background-color css
<style>
a { background-color: #9314DA; }
a { background-color: rgb(147,20,218); }
div.DivClassName
{
background-color: #9314DA;
}
.BgClassName
{
background-color: #9314DA;
}
</style>
border-color css
<style>
span { border-color: #9314DA; }
span { border-color: rgb(147,20,218); }
td.TdClassName
{
border-color: #9314DA;
}
.TagClassName
{
border-color: #9314DA;
}
</style>