Shades of Dark Violet #9F08EA
Tints of Dark Violet #9F08EA
RGB
CMYK
RGB Variations
Color information
#9F08EA (or 0x9F08EA) is known color: Dark Violet. HEX triplet: 9F, 08 and EA. RGB value is (159,8,234). Sum of RGB (Red+Green+Blue) = 159+8+234=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F08EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F08EA is #60F715. Grayscale: #4E4E4E. Windows color (decimal): -6354710 or 15337631. OLE color: 15337631.
HSL color Cylindrical-coordinate representation of color #9F08EA: hue angle of 280.09º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F08EA is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 8 | 234 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.08 |
| HSL | 280.09º | 0.93% | 0.47% | - |
| HSV(B) | 280.09º | 0.97% | 0.92% | - |
| XYZ | 29.24 | 13.49 | 78.9 | - |
| YUV | 78.91 | 215.53 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 234 | 0.32 | 0.97 | 0 | 0.08 | 280.09 | 0.93 | 0.47 |
| Hex | 9F | 8 | EA | 20 | 61 | 0 | 8 | 118 | 5D | 2F |
| Octal | 237 | 10 | 352 | 40 | 141 | 0 | 10 | 430 | 135 | 57 |
| Binary | 10011111 | 1000 | 11101010 | 100000 | 1100001 | 0 | 1000 | 100011000 | 1011101 | 101111 |
Color Harmonies of #9F08EA
Complementary color
Monochromatic Colors of #9F08EA
Black with #9F08EA
Text Example
Text Example
White with #9F08EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F08EA; }
p { color: rgb(159,8,234); }
H1.HeaderClassName
{
color: #9F08EA;
}
.AnyTagClassName
{
color: #9F08EA;
}
</style>
background-color css
<style>
a { background-color: #9F08EA; }
a { background-color: rgb(159,8,234); }
div.DivClassName
{
background-color: #9F08EA;
}
.BgClassName
{
background-color: #9F08EA;
}
</style>
border-color css
<style>
span { border-color: #9F08EA; }
span { border-color: rgb(159,8,234); }
td.TdClassName
{
border-color: #9F08EA;
}
.TagClassName
{
border-color: #9F08EA;
}
</style>