Shades of Dark Violet #9F09DE
Tints of Dark Violet #9F09DE
RGB
CMYK
RGB Variations
Color information
#9F09DE (or 0x9F09DE) is known color: Dark Violet. HEX triplet: 9F, 09 and DE. RGB value is (159,9,222). Sum of RGB (Red+Green+Blue) = 159+9+222=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F09DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F09DE is #60F621. Grayscale: #4D4D4D. Windows color (decimal): -6354466 or 14551455. OLE color: 14551455.
HSL color Cylindrical-coordinate representation of color #9F09DE: hue angle of 282.25º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F09DE is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 9 | 222 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.13 |
| HSL | 282.25º | 0.92% | 0.45% | - |
| HSV(B) | 282.25º | 0.96% | 0.87% | - |
| XYZ | 27.58 | 12.84 | 70.13 | - |
| YUV | 78.13 | 209.2 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 222 | 0.28 | 0.96 | 0 | 0.13 | 282.25 | 0.92 | 0.45 |
| Hex | 9F | 9 | DE | 1C | 60 | 0 | D | 11A | 5C | 2D |
| Octal | 237 | 11 | 336 | 34 | 140 | 0 | 15 | 432 | 134 | 55 |
| Binary | 10011111 | 1001 | 11011110 | 11100 | 1100000 | 0 | 1101 | 100011010 | 1011100 | 101101 |
Color Harmonies of #9F09DE
Complementary color
Monochromatic Colors of #9F09DE
Black with #9F09DE
Text Example
Text Example
White with #9F09DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F09DE; }
p { color: rgb(159,9,222); }
H1.HeaderClassName
{
color: #9F09DE;
}
.AnyTagClassName
{
color: #9F09DE;
}
</style>
background-color css
<style>
a { background-color: #9F09DE; }
a { background-color: rgb(159,9,222); }
div.DivClassName
{
background-color: #9F09DE;
}
.BgClassName
{
background-color: #9F09DE;
}
</style>
border-color css
<style>
span { border-color: #9F09DE; }
span { border-color: rgb(159,9,222); }
td.TdClassName
{
border-color: #9F09DE;
}
.TagClassName
{
border-color: #9F09DE;
}
</style>