Shades of Dark Violet #9F09EF
Tints of Dark Violet #9F09EF
RGB
CMYK
RGB Variations
Color information
#9F09EF (or 0x9F09EF) is known color: Dark Violet. HEX triplet: 9F, 09 and EF. RGB value is (159,9,239). Sum of RGB (Red+Green+Blue) = 159+9+239=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F09EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F09EF is #60F610. Grayscale: #4F4F4F. Windows color (decimal): -6354449 or 15665567. OLE color: 15665567.
HSL color Cylindrical-coordinate representation of color #9F09EF: hue angle of 279.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F09EF is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 9 | 239 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.06 |
| HSL | 279.13º | 0.93% | 0.49% | - |
| HSV(B) | 279.13º | 0.96% | 0.94% | - |
| XYZ | 29.98 | 13.8 | 82.74 | - |
| YUV | 80.07 | 217.7 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 239 | 0.33 | 0.96 | 0 | 0.06 | 279.13 | 0.93 | 0.49 |
| Hex | 9F | 9 | EF | 21 | 60 | 0 | 6 | 117 | 5D | 31 |
| Octal | 237 | 11 | 357 | 41 | 140 | 0 | 6 | 427 | 135 | 61 |
| Binary | 10011111 | 1001 | 11101111 | 100001 | 1100000 | 0 | 110 | 100010111 | 1011101 | 110001 |
Color Harmonies of #9F09EF
Complementary color
Monochromatic Colors of #9F09EF
Black with #9F09EF
Text Example
Text Example
White with #9F09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F09EF; }
p { color: rgb(159,9,239); }
H1.HeaderClassName
{
color: #9F09EF;
}
.AnyTagClassName
{
color: #9F09EF;
}
</style>
background-color css
<style>
a { background-color: #9F09EF; }
a { background-color: rgb(159,9,239); }
div.DivClassName
{
background-color: #9F09EF;
}
.BgClassName
{
background-color: #9F09EF;
}
</style>
border-color css
<style>
span { border-color: #9F09EF; }
span { border-color: rgb(159,9,239); }
td.TdClassName
{
border-color: #9F09EF;
}
.TagClassName
{
border-color: #9F09EF;
}
</style>