Shades of Dark Violet #9F03EB
Tints of Dark Violet #9F03EB
RGB
CMYK
RGB Variations
Color information
#9F03EB (or 0x9F03EB) is known color: Dark Violet. HEX triplet: 9F, 03 and EB. RGB value is (159,3,235). Sum of RGB (Red+Green+Blue) = 159+3+235=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F03EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F03EB is #60FC14. Grayscale: #4B4B4B. Windows color (decimal): -6355989 or 15401887. OLE color: 15401887.
HSL color Cylindrical-coordinate representation of color #9F03EB: hue angle of 280.34º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F03EB is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 3 | 235 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.08 |
| HSL | 280.34º | 0.97% | 0.47% | - |
| HSV(B) | 280.34º | 0.99% | 0.92% | - |
| XYZ | 29.33 | 13.43 | 79.64 | - |
| YUV | 76.09 | 217.68 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 235 | 0.32 | 0.99 | 0 | 0.08 | 280.34 | 0.97 | 0.47 |
| Hex | 9F | 3 | EB | 20 | 63 | 0 | 8 | 118 | 61 | 2F |
| Octal | 237 | 3 | 353 | 40 | 143 | 0 | 10 | 430 | 141 | 57 |
| Binary | 10011111 | 11 | 11101011 | 100000 | 1100011 | 0 | 1000 | 100011000 | 1100001 | 101111 |
Color Harmonies of #9F03EB
Complementary color
Monochromatic Colors of #9F03EB
Black with #9F03EB
Text Example
Text Example
White with #9F03EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F03EB; }
p { color: rgb(159,3,235); }
H1.HeaderClassName
{
color: #9F03EB;
}
.AnyTagClassName
{
color: #9F03EB;
}
</style>
background-color css
<style>
a { background-color: #9F03EB; }
a { background-color: rgb(159,3,235); }
div.DivClassName
{
background-color: #9F03EB;
}
.BgClassName
{
background-color: #9F03EB;
}
</style>
border-color css
<style>
span { border-color: #9F03EB; }
span { border-color: rgb(159,3,235); }
td.TdClassName
{
border-color: #9F03EB;
}
.TagClassName
{
border-color: #9F03EB;
}
</style>