Shades of Dark Violet #9614B7
Tints of Dark Violet #9614B7
RGB
CMYK
RGB Variations
Color information
#9614B7 (or 0x9614B7) is known color: Dark Violet. HEX triplet: 96, 14 and B7. RGB value is (150,20,183). Sum of RGB (Red+Green+Blue) = 150+20+183=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 183 (71.88% from 255 or 51.84% from 353); Max value from RGB is 183 - color contains mainly: blue. Hex color #9614B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614B7 is #69EB48. Grayscale: #4C4C4C. Windows color (decimal): -6941513 or 11998358. OLE color: 11998358.
HSL color Cylindrical-coordinate representation of color #9614B7: hue angle of 287.85º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9614B7 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 20 | 183 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.28 |
| HSL | 287.85º | 0.8% | 0.4% | - |
| HSV(B) | 287.85º | 0.89% | 0.72% | - |
| XYZ | 21.38 | 10.4 | 45.68 | - |
| YUV | 77.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 183 | 0.18 | 0.89 | 0 | 0.28 | 287.85 | 0.8 | 0.4 |
| Hex | 96 | 14 | B7 | 12 | 59 | 0 | 1C | 120 | 50 | 28 |
| Octal | 226 | 24 | 267 | 22 | 131 | 0 | 34 | 440 | 120 | 50 |
| Binary | 10010110 | 10100 | 10110111 | 10010 | 1011001 | 0 | 11100 | 100100000 | 1010000 | 101000 |
Color Harmonies of #9614B7
Complementary color
Monochromatic Colors of #9614B7
Black with #9614B7
Text Example
Text Example
White with #9614B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9614B7; }
p { color: rgb(150,20,183); }
H1.HeaderClassName
{
color: #9614B7;
}
.AnyTagClassName
{
color: #9614B7;
}
</style>
background-color css
<style>
a { background-color: #9614B7; }
a { background-color: rgb(150,20,183); }
div.DivClassName
{
background-color: #9614B7;
}
.BgClassName
{
background-color: #9614B7;
}
</style>
border-color css
<style>
span { border-color: #9614B7; }
span { border-color: rgb(150,20,183); }
td.TdClassName
{
border-color: #9614B7;
}
.TagClassName
{
border-color: #9614B7;
}
</style>