Shades of Dark Violet #9613B7
Tints of Dark Violet #9613B7
RGB
CMYK
RGB Variations
Color information
#9613B7 (or 0x9613B7) is known color: Dark Violet. HEX triplet: 96, 13 and B7. RGB value is (150,19,183). Sum of RGB (Red+Green+Blue) = 150+19+183=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #9613B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9613B7 is #69EC48. Grayscale: #4C4C4C. Windows color (decimal): -6941769 or 11998102. OLE color: 11998102.
HSL color Cylindrical-coordinate representation of color #9613B7: hue angle of 287.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9613B7 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 19 | 183 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.28 |
| HSL | 287.93º | 0.81% | 0.4% | - |
| HSV(B) | 287.93º | 0.9% | 0.72% | - |
| XYZ | 21.36 | 10.37 | 45.68 | - |
| YUV | 76.87 | 187.9 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 183 | 0.18 | 0.90 | 0 | 0.28 | 287.93 | 0.81 | 0.4 |
| Hex | 96 | 13 | B7 | 12 | 5A | 0 | 1C | 120 | 51 | 28 |
| Octal | 226 | 23 | 267 | 22 | 132 | 0 | 34 | 440 | 121 | 50 |
| Binary | 10010110 | 10011 | 10110111 | 10010 | 1011010 | 0 | 11100 | 100100000 | 1010001 | 101000 |
Color Harmonies of #9613B7
Complementary color
Monochromatic Colors of #9613B7
Black with #9613B7
Text Example
Text Example
White with #9613B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9613B7; }
p { color: rgb(150,19,183); }
H1.HeaderClassName
{
color: #9613B7;
}
.AnyTagClassName
{
color: #9613B7;
}
</style>
background-color css
<style>
a { background-color: #9613B7; }
a { background-color: rgb(150,19,183); }
div.DivClassName
{
background-color: #9613B7;
}
.BgClassName
{
background-color: #9613B7;
}
</style>
border-color css
<style>
span { border-color: #9613B7; }
span { border-color: rgb(150,19,183); }
td.TdClassName
{
border-color: #9613B7;
}
.TagClassName
{
border-color: #9613B7;
}
</style>