Shades of Dark Violet #9614D6
Tints of Dark Violet #9614D6
RGB
CMYK
RGB Variations
Color information
#9614D6 (or 0x9614D6) is known color: Dark Violet. HEX triplet: 96, 14 and D6. RGB value is (150,20,214). Sum of RGB (Red+Green+Blue) = 150+20+214=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #9614D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614D6 is #69EB29. Grayscale: #505050. Windows color (decimal): -6941482 or 14029974. OLE color: 14029974.
HSL color Cylindrical-coordinate representation of color #9614D6: hue angle of 280.21º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9614D6 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 20 | 214 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.16 |
| HSL | 280.21º | 0.83% | 0.46% | - |
| HSV(B) | 280.21º | 0.91% | 0.84% | - |
| XYZ | 24.97 | 11.84 | 64.59 | - |
| YUV | 80.99 | 203.07 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 214 | 0.30 | 0.91 | 0 | 0.16 | 280.21 | 0.83 | 0.46 |
| Hex | 96 | 14 | D6 | 1E | 5B | 0 | 10 | 118 | 53 | 2E |
| Octal | 226 | 24 | 326 | 36 | 133 | 0 | 20 | 430 | 123 | 56 |
| Binary | 10010110 | 10100 | 11010110 | 11110 | 1011011 | 0 | 10000 | 100011000 | 1010011 | 101110 |
Color Harmonies of #9614D6
Complementary color
Monochromatic Colors of #9614D6
Black with #9614D6
Text Example
Text Example
White with #9614D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9614D6; }
p { color: rgb(150,20,214); }
H1.HeaderClassName
{
color: #9614D6;
}
.AnyTagClassName
{
color: #9614D6;
}
</style>
background-color css
<style>
a { background-color: #9614D6; }
a { background-color: rgb(150,20,214); }
div.DivClassName
{
background-color: #9614D6;
}
.BgClassName
{
background-color: #9614D6;
}
</style>
border-color css
<style>
span { border-color: #9614D6; }
span { border-color: rgb(150,20,214); }
td.TdClassName
{
border-color: #9614D6;
}
.TagClassName
{
border-color: #9614D6;
}
</style>