Shades of Dark Violet #9F0FBD
Tints of Dark Violet #9F0FBD
RGB
CMYK
RGB Variations
Color information
#9F0FBD (or 0x9F0FBD) is known color: Dark Violet. HEX triplet: 9F, 0F and BD. RGB value is (159,15,189). Sum of RGB (Red+Green+Blue) = 159+15+189=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F0FBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0FBD is #60F042. Grayscale: #4D4D4D. Windows color (decimal): -6352963 or 12390303. OLE color: 12390303.
HSL color Cylindrical-coordinate representation of color #9F0FBD: hue angle of 289.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0FBD is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 15 | 189 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.26 |
| HSL | 289.66º | 0.85% | 0.4% | - |
| HSV(B) | 289.66º | 0.92% | 0.74% | - |
| XYZ | 23.65 | 11.39 | 49.1 | - |
| YUV | 77.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 189 | 0.16 | 0.92 | 0 | 0.26 | 289.66 | 0.85 | 0.4 |
| Hex | 9F | F | BD | 10 | 5C | 0 | 1A | 122 | 55 | 28 |
| Octal | 237 | 17 | 275 | 20 | 134 | 0 | 32 | 442 | 125 | 50 |
| Binary | 10011111 | 1111 | 10111101 | 10000 | 1011100 | 0 | 11010 | 100100010 | 1010101 | 101000 |
Color Harmonies of #9F0FBD
Complementary color
Monochromatic Colors of #9F0FBD
Black with #9F0FBD
Text Example
Text Example
White with #9F0FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0FBD; }
p { color: rgb(159,15,189); }
H1.HeaderClassName
{
color: #9F0FBD;
}
.AnyTagClassName
{
color: #9F0FBD;
}
</style>
background-color css
<style>
a { background-color: #9F0FBD; }
a { background-color: rgb(159,15,189); }
div.DivClassName
{
background-color: #9F0FBD;
}
.BgClassName
{
background-color: #9F0FBD;
}
</style>
border-color css
<style>
span { border-color: #9F0FBD; }
span { border-color: rgb(159,15,189); }
td.TdClassName
{
border-color: #9F0FBD;
}
.TagClassName
{
border-color: #9F0FBD;
}
</style>