Shades of Dark Violet #9603E9
Tints of Dark Violet #9603E9
RGB
CMYK
RGB Variations
Color information
#9603E9 (or 0x9603E9) is known color: Dark Violet. HEX triplet: 96, 03 and E9. RGB value is (150,3,233). Sum of RGB (Red+Green+Blue) = 150+3+233=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 233 (91.41% from 255 or 60.36% from 386); Max value from RGB is 233 - color contains mainly: blue. Hex color #9603E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9603E9 is #69FC16. Grayscale: #484848. Windows color (decimal): -6945815 or 15270806. OLE color: 15270806.
HSL color Cylindrical-coordinate representation of color #9603E9: hue angle of 278.35º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9603E9 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 3 | 233 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.09 |
| HSL | 278.35º | 0.97% | 0.46% | - |
| HSV(B) | 278.35º | 0.99% | 0.91% | - |
| XYZ | 27.32 | 12.43 | 78.05 | - |
| YUV | 73.17 | 218.2 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 233 | 0.36 | 0.99 | 0 | 0.09 | 278.35 | 0.97 | 0.46 |
| Hex | 96 | 3 | E9 | 24 | 63 | 0 | 9 | 116 | 61 | 2E |
| Octal | 226 | 3 | 351 | 44 | 143 | 0 | 11 | 426 | 141 | 56 |
| Binary | 10010110 | 11 | 11101001 | 100100 | 1100011 | 0 | 1001 | 100010110 | 1100001 | 101110 |
Color Harmonies of #9603E9
Complementary color
Monochromatic Colors of #9603E9
Black with #9603E9
Text Example
Text Example
White with #9603E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603E9; }
p { color: rgb(150,3,233); }
H1.HeaderClassName
{
color: #9603E9;
}
.AnyTagClassName
{
color: #9603E9;
}
</style>
background-color css
<style>
a { background-color: #9603E9; }
a { background-color: rgb(150,3,233); }
div.DivClassName
{
background-color: #9603E9;
}
.BgClassName
{
background-color: #9603E9;
}
</style>
border-color css
<style>
span { border-color: #9603E9; }
span { border-color: rgb(150,3,233); }
td.TdClassName
{
border-color: #9603E9;
}
.TagClassName
{
border-color: #9603E9;
}
</style>