Shades of Dark Violet #9614D9
Tints of Dark Violet #9614D9
RGB
CMYK
RGB Variations
Color information
#9614D9 (or 0x9614D9) is known color: Dark Violet. HEX triplet: 96, 14 and D9. RGB value is (150,20,217). Sum of RGB (Red+Green+Blue) = 150+20+217=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #9614D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614D9 is #69EB26. Grayscale: #505050. Windows color (decimal): -6941479 or 14226582. OLE color: 14226582.
HSL color Cylindrical-coordinate representation of color #9614D9: hue angle of 279.59º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9614D9 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 20 | 217 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.15 |
| HSL | 279.59º | 0.83% | 0.46% | - |
| HSV(B) | 279.59º | 0.91% | 0.85% | - |
| XYZ | 25.35 | 11.99 | 66.62 | - |
| YUV | 81.33 | 204.57 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 217 | 0.31 | 0.91 | 0 | 0.15 | 279.59 | 0.83 | 0.46 |
| Hex | 96 | 14 | D9 | 1F | 5B | 0 | F | 118 | 53 | 2E |
| Octal | 226 | 24 | 331 | 37 | 133 | 0 | 17 | 430 | 123 | 56 |
| Binary | 10010110 | 10100 | 11011001 | 11111 | 1011011 | 0 | 1111 | 100011000 | 1010011 | 101110 |
Color Harmonies of #9614D9
Complementary color
Monochromatic Colors of #9614D9
Black with #9614D9
Text Example
Text Example
White with #9614D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9614D9; }
p { color: rgb(150,20,217); }
H1.HeaderClassName
{
color: #9614D9;
}
.AnyTagClassName
{
color: #9614D9;
}
</style>
background-color css
<style>
a { background-color: #9614D9; }
a { background-color: rgb(150,20,217); }
div.DivClassName
{
background-color: #9614D9;
}
.BgClassName
{
background-color: #9614D9;
}
</style>
border-color css
<style>
span { border-color: #9614D9; }
span { border-color: rgb(150,20,217); }
td.TdClassName
{
border-color: #9614D9;
}
.TagClassName
{
border-color: #9614D9;
}
</style>