Shades of Dark Violet #9601EF
Tints of Dark Violet #9601EF
RGB
CMYK
RGB Variations
Color information
#9601EF (or 0x9601EF) is known color: Dark Violet. HEX triplet: 96, 01 and EF. RGB value is (150,1,239). Sum of RGB (Red+Green+Blue) = 150+1+239=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #9601EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9601EF is #69FE10. Grayscale: #474747. Windows color (decimal): -6946321 or 15663510. OLE color: 15663510.
HSL color Cylindrical-coordinate representation of color #9601EF: hue angle of 277.56º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9601EF is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 1 | 239 | - |
| CMYK | 0.37 | 1.00 | 0 | 0.06 |
| HSL | 277.56º | 0.99% | 0.47% | - |
| HSV(B) | 277.56º | 1% | 0.94% | - |
| XYZ | 28.17 | 12.74 | 82.64 | - |
| YUV | 72.68 | 221.86 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 239 | 0.37 | 1.00 | 0 | 0.06 | 277.56 | 0.99 | 0.47 |
| Hex | 96 | 1 | EF | 25 | 64 | 0 | 6 | 116 | 63 | 2F |
| Octal | 226 | 1 | 357 | 45 | 144 | 0 | 6 | 426 | 143 | 57 |
| Binary | 10010110 | 1 | 11101111 | 100101 | 1100100 | 0 | 110 | 100010110 | 1100011 | 101111 |
Color Harmonies of #9601EF
Complementary color
Monochromatic Colors of #9601EF
Black with #9601EF
Text Example
Text Example
White with #9601EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9601EF; }
p { color: rgb(150,1,239); }
H1.HeaderClassName
{
color: #9601EF;
}
.AnyTagClassName
{
color: #9601EF;
}
</style>
background-color css
<style>
a { background-color: #9601EF; }
a { background-color: rgb(150,1,239); }
div.DivClassName
{
background-color: #9601EF;
}
.BgClassName
{
background-color: #9601EF;
}
</style>
border-color css
<style>
span { border-color: #9601EF; }
span { border-color: rgb(150,1,239); }
td.TdClassName
{
border-color: #9601EF;
}
.TagClassName
{
border-color: #9601EF;
}
</style>