Shades of Dark Violet #9603EC
Tints of Dark Violet #9603EC
RGB
CMYK
RGB Variations
Color information
#9603EC (or 0x9603EC) is known color: Dark Violet. HEX triplet: 96, 03 and EC. RGB value is (150,3,236). Sum of RGB (Red+Green+Blue) = 150+3+236=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #9603EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9603EC is #69FC13. Grayscale: #484848. Windows color (decimal): -6945812 or 15467414. OLE color: 15467414.
HSL color Cylindrical-coordinate representation of color #9603EC: hue angle of 277.85º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9603EC is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 3 | 236 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.07 |
| HSL | 277.85º | 0.97% | 0.47% | - |
| HSV(B) | 277.85º | 0.99% | 0.93% | - |
| XYZ | 27.75 | 12.61 | 80.33 | - |
| YUV | 73.52 | 219.7 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 236 | 0.36 | 0.99 | 0 | 0.07 | 277.85 | 0.97 | 0.47 |
| Hex | 96 | 3 | EC | 24 | 63 | 0 | 7 | 116 | 61 | 2F |
| Octal | 226 | 3 | 354 | 44 | 143 | 0 | 7 | 426 | 141 | 57 |
| Binary | 10010110 | 11 | 11101100 | 100100 | 1100011 | 0 | 111 | 100010110 | 1100001 | 101111 |
Color Harmonies of #9603EC
Complementary color
Monochromatic Colors of #9603EC
Black with #9603EC
Text Example
Text Example
White with #9603EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603EC; }
p { color: rgb(150,3,236); }
H1.HeaderClassName
{
color: #9603EC;
}
.AnyTagClassName
{
color: #9603EC;
}
</style>
background-color css
<style>
a { background-color: #9603EC; }
a { background-color: rgb(150,3,236); }
div.DivClassName
{
background-color: #9603EC;
}
.BgClassName
{
background-color: #9603EC;
}
</style>
border-color css
<style>
span { border-color: #9603EC; }
span { border-color: rgb(150,3,236); }
td.TdClassName
{
border-color: #9603EC;
}
.TagClassName
{
border-color: #9603EC;
}
</style>