Shades of Dark Violet #9605BA
Tints of Dark Violet #9605BA
RGB
CMYK
RGB Variations
Color information
#9605BA (or 0x9605BA) is known color: Dark Violet. HEX triplet: 96, 05 and BA. RGB value is (150,5,186). Sum of RGB (Red+Green+Blue) = 150+5+186=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #9605BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605BA is #69FA45. Grayscale: #444444. Windows color (decimal): -6945350 or 12191126. OLE color: 12191126.
HSL color Cylindrical-coordinate representation of color #9605BA: hue angle of 288.07º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9605BA is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 5 | 186 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.27 |
| HSL | 288.07º | 0.95% | 0.37% | - |
| HSV(B) | 288.07º | 0.97% | 0.73% | - |
| XYZ | 21.49 | 10.14 | 47.28 | - |
| YUV | 68.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 186 | 0.19 | 0.97 | 0 | 0.27 | 288.07 | 0.95 | 0.37 |
| Hex | 96 | 5 | BA | 13 | 61 | 0 | 1B | 120 | 5F | 25 |
| Octal | 226 | 5 | 272 | 23 | 141 | 0 | 33 | 440 | 137 | 45 |
| Binary | 10010110 | 101 | 10111010 | 10011 | 1100001 | 0 | 11011 | 100100000 | 1011111 | 100101 |
Color Harmonies of #9605BA
Complementary color
Monochromatic Colors of #9605BA
Black with #9605BA
Text Example
Text Example
White with #9605BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9605BA; }
p { color: rgb(150,5,186); }
H1.HeaderClassName
{
color: #9605BA;
}
.AnyTagClassName
{
color: #9605BA;
}
</style>
background-color css
<style>
a { background-color: #9605BA; }
a { background-color: rgb(150,5,186); }
div.DivClassName
{
background-color: #9605BA;
}
.BgClassName
{
background-color: #9605BA;
}
</style>
border-color css
<style>
span { border-color: #9605BA; }
span { border-color: rgb(150,5,186); }
td.TdClassName
{
border-color: #9605BA;
}
.TagClassName
{
border-color: #9605BA;
}
</style>