Shades of Dark Violet #9F02EB
Tints of Dark Violet #9F02EB
RGB
CMYK
RGB Variations
Color information
#9F02EB (or 0x9F02EB) is known color: Dark Violet. HEX triplet: 9F, 02 and EB. RGB value is (159,2,235). Sum of RGB (Red+Green+Blue) = 159+2+235=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F02EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F02EB is #60FD14. Grayscale: #4A4A4A. Windows color (decimal): -6356245 or 15401631. OLE color: 15401631.
HSL color Cylindrical-coordinate representation of color #9F02EB: hue angle of 280.43º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F02EB is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 2 | 235 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.08 |
| HSL | 280.43º | 0.98% | 0.46% | - |
| HSV(B) | 280.43º | 0.99% | 0.92% | - |
| XYZ | 29.32 | 13.41 | 79.64 | - |
| YUV | 75.51 | 218.01 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 235 | 0.32 | 0.99 | 0 | 0.08 | 280.43 | 0.98 | 0.46 |
| Hex | 9F | 2 | EB | 20 | 63 | 0 | 8 | 118 | 62 | 2E |
| Octal | 237 | 2 | 353 | 40 | 143 | 0 | 10 | 430 | 142 | 56 |
| Binary | 10011111 | 10 | 11101011 | 100000 | 1100011 | 0 | 1000 | 100011000 | 1100010 | 101110 |
Color Harmonies of #9F02EB
Complementary color
Monochromatic Colors of #9F02EB
Black with #9F02EB
Text Example
Text Example
White with #9F02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F02EB; }
p { color: rgb(159,2,235); }
H1.HeaderClassName
{
color: #9F02EB;
}
.AnyTagClassName
{
color: #9F02EB;
}
</style>
background-color css
<style>
a { background-color: #9F02EB; }
a { background-color: rgb(159,2,235); }
div.DivClassName
{
background-color: #9F02EB;
}
.BgClassName
{
background-color: #9F02EB;
}
</style>
border-color css
<style>
span { border-color: #9F02EB; }
span { border-color: rgb(159,2,235); }
td.TdClassName
{
border-color: #9F02EB;
}
.TagClassName
{
border-color: #9F02EB;
}
</style>