Shades of Dark Violet #9F09ED
Tints of Dark Violet #9F09ED
RGB
CMYK
RGB Variations
Color information
#9F09ED (or 0x9F09ED) is known color: Dark Violet. HEX triplet: 9F, 09 and ED. RGB value is (159,9,237). Sum of RGB (Red+Green+Blue) = 159+9+237=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F09ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F09ED is #60F612. Grayscale: #4F4F4F. Windows color (decimal): -6354451 or 15534495. OLE color: 15534495.
HSL color Cylindrical-coordinate representation of color #9F09ED: hue angle of 279.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F09ED is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 9 | 237 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.07 |
| HSL | 279.47º | 0.93% | 0.48% | - |
| HSV(B) | 279.47º | 0.96% | 0.93% | - |
| XYZ | 29.68 | 13.68 | 81.2 | - |
| YUV | 79.84 | 216.7 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 237 | 0.33 | 0.96 | 0 | 0.07 | 279.47 | 0.93 | 0.48 |
| Hex | 9F | 9 | ED | 21 | 60 | 0 | 7 | 117 | 5D | 30 |
| Octal | 237 | 11 | 355 | 41 | 140 | 0 | 7 | 427 | 135 | 60 |
| Binary | 10011111 | 1001 | 11101101 | 100001 | 1100000 | 0 | 111 | 100010111 | 1011101 | 110000 |
Color Harmonies of #9F09ED
Complementary color
Monochromatic Colors of #9F09ED
Black with #9F09ED
Text Example
Text Example
White with #9F09ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F09ED; }
p { color: rgb(159,9,237); }
H1.HeaderClassName
{
color: #9F09ED;
}
.AnyTagClassName
{
color: #9F09ED;
}
</style>
background-color css
<style>
a { background-color: #9F09ED; }
a { background-color: rgb(159,9,237); }
div.DivClassName
{
background-color: #9F09ED;
}
.BgClassName
{
background-color: #9F09ED;
}
</style>
border-color css
<style>
span { border-color: #9F09ED; }
span { border-color: rgb(159,9,237); }
td.TdClassName
{
border-color: #9F09ED;
}
.TagClassName
{
border-color: #9F09ED;
}
</style>