Shades of Dark Violet #9605FA
Tints of Dark Violet #9605FA
RGB
CMYK
RGB Variations
Color information
#9605FA (or 0x9605FA) is known color: Dark Violet. HEX triplet: 96, 05 and FA. RGB value is (150,5,250). Sum of RGB (Red+Green+Blue) = 150+5+250=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #9605FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9605FA is #69FA05. Grayscale: #4B4B4B. Windows color (decimal): -6945286 or 16385430. OLE color: 16385430.
HSL color Cylindrical-coordinate representation of color #9605FA: hue angle of 275.51º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9605FA is Cyan = 0.4, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 5 | 250 | - |
| CMYK | 0.4 | 0.98 | 0 | 0.02 |
| HSL | 275.51º | 0.96% | 0.5% | - |
| HSV(B) | 275.51º | 0.98% | 0.98% | - |
| XYZ | 29.89 | 13.49 | 91.47 | - |
| YUV | 76.29 | 226.04 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 250 | 0.4 | 0.98 | 0 | 0.02 | 275.51 | 0.96 | 0.5 |
| Hex | 96 | 5 | FA | 28 | 62 | 0 | 2 | 114 | 60 | 32 |
| Octal | 226 | 5 | 372 | 50 | 142 | 0 | 2 | 424 | 140 | 62 |
| Binary | 10010110 | 101 | 11111010 | 101000 | 1100010 | 0 | 10 | 100010100 | 1100000 | 110010 |
Color Harmonies of #9605FA
Complementary color
Monochromatic Colors of #9605FA
Black with #9605FA
Text Example
Text Example
White with #9605FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9605FA; }
p { color: rgb(150,5,250); }
H1.HeaderClassName
{
color: #9605FA;
}
.AnyTagClassName
{
color: #9605FA;
}
</style>
background-color css
<style>
a { background-color: #9605FA; }
a { background-color: rgb(150,5,250); }
div.DivClassName
{
background-color: #9605FA;
}
.BgClassName
{
background-color: #9605FA;
}
</style>
border-color css
<style>
span { border-color: #9605FA; }
span { border-color: rgb(150,5,250); }
td.TdClassName
{
border-color: #9605FA;
}
.TagClassName
{
border-color: #9605FA;
}
</style>