Shades of Dark Violet #9F09BE
Tints of Dark Violet #9F09BE
RGB
CMYK
RGB Variations
Color information
#9F09BE (or 0x9F09BE) is known color: Dark Violet. HEX triplet: 9F, 09 and BE. RGB value is (159,9,190). Sum of RGB (Red+Green+Blue) = 159+9+190=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F09BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F09BE is #60F641. Grayscale: #494949. Windows color (decimal): -6354498 or 12454303. OLE color: 12454303.
HSL color Cylindrical-coordinate representation of color #9F09BE: hue angle of 289.72º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F09BE is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 9 | 190 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.25 |
| HSL | 289.72º | 0.91% | 0.39% | - |
| HSV(B) | 289.72º | 0.95% | 0.75% | - |
| XYZ | 23.69 | 11.28 | 49.64 | - |
| YUV | 74.48 | 193.2 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 190 | 0.16 | 0.95 | 0 | 0.25 | 289.72 | 0.91 | 0.39 |
| Hex | 9F | 9 | BE | 10 | 5F | 0 | 19 | 122 | 5B | 27 |
| Octal | 237 | 11 | 276 | 20 | 137 | 0 | 31 | 442 | 133 | 47 |
| Binary | 10011111 | 1001 | 10111110 | 10000 | 1011111 | 0 | 11001 | 100100010 | 1011011 | 100111 |
Color Harmonies of #9F09BE
Complementary color
Monochromatic Colors of #9F09BE
Black with #9F09BE
Text Example
Text Example
White with #9F09BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F09BE; }
p { color: rgb(159,9,190); }
H1.HeaderClassName
{
color: #9F09BE;
}
.AnyTagClassName
{
color: #9F09BE;
}
</style>
background-color css
<style>
a { background-color: #9F09BE; }
a { background-color: rgb(159,9,190); }
div.DivClassName
{
background-color: #9F09BE;
}
.BgClassName
{
background-color: #9F09BE;
}
</style>
border-color css
<style>
span { border-color: #9F09BE; }
span { border-color: rgb(159,9,190); }
td.TdClassName
{
border-color: #9F09BE;
}
.TagClassName
{
border-color: #9F09BE;
}
</style>