Shades of Dark Violet #9702EC
Tints of Dark Violet #9702EC
RGB
CMYK
RGB Variations
Color information
#9702EC (or 0x9702EC) is known color: Dark Violet. HEX triplet: 97, 02 and EC. RGB value is (151,2,236). Sum of RGB (Red+Green+Blue) = 151+2+236=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 2 (1.17% from 255 or 0.51% 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 #9702EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9702EC is #68FD13. Grayscale: #484848. Windows color (decimal): -6880532 or 15467159. OLE color: 15467159.
HSL color Cylindrical-coordinate representation of color #9702EC: hue angle of 278.21º degrees, saturation: 0.98, 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 #9702EC is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 2 | 236 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.07 |
| HSL | 278.21º | 0.98% | 0.47% | - |
| HSV(B) | 278.21º | 0.99% | 0.93% | - |
| XYZ | 27.92 | 12.68 | 80.33 | - |
| YUV | 73.23 | 219.86 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 236 | 0.36 | 0.99 | 0 | 0.07 | 278.21 | 0.98 | 0.47 |
| Hex | 97 | 2 | EC | 24 | 63 | 0 | 7 | 116 | 62 | 2F |
| Octal | 227 | 2 | 354 | 44 | 143 | 0 | 7 | 426 | 142 | 57 |
| Binary | 10010111 | 10 | 11101100 | 100100 | 1100011 | 0 | 111 | 100010110 | 1100010 | 101111 |
Color Harmonies of #9702EC
Complementary color
Monochromatic Colors of #9702EC
Black with #9702EC
Text Example
Text Example
White with #9702EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9702EC; }
p { color: rgb(151,2,236); }
H1.HeaderClassName
{
color: #9702EC;
}
.AnyTagClassName
{
color: #9702EC;
}
</style>
background-color css
<style>
a { background-color: #9702EC; }
a { background-color: rgb(151,2,236); }
div.DivClassName
{
background-color: #9702EC;
}
.BgClassName
{
background-color: #9702EC;
}
</style>
border-color css
<style>
span { border-color: #9702EC; }
span { border-color: rgb(151,2,236); }
td.TdClassName
{
border-color: #9702EC;
}
.TagClassName
{
border-color: #9702EC;
}
</style>