Shades of Dark Violet #9F10B4
Tints of Dark Violet #9F10B4
RGB
CMYK
RGB Variations
Color information
#9F10B4 (or 0x9F10B4) is known color: Dark Violet. HEX triplet: 9F, 10 and B4. RGB value is (159,16,180). Sum of RGB (Red+Green+Blue) = 159+16+180=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F10B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10B4 is #60EF4B. Grayscale: #4C4C4C. Windows color (decimal): -6352716 or 11800735. OLE color: 11800735.
HSL color Cylindrical-coordinate representation of color #9F10B4: hue angle of 292.32º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F10B4 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 16 | 180 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.29 |
| HSL | 292.32º | 0.84% | 0.38% | - |
| HSV(B) | 292.32º | 0.91% | 0.71% | - |
| XYZ | 22.72 | 11.04 | 44.11 | - |
| YUV | 77.45 | 185.88 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 180 | 0.12 | 0.91 | 0 | 0.29 | 292.32 | 0.84 | 0.38 |
| Hex | 9F | 10 | B4 | C | 5B | 0 | 1D | 124 | 54 | 26 |
| Octal | 237 | 20 | 264 | 14 | 133 | 0 | 35 | 444 | 124 | 46 |
| Binary | 10011111 | 10000 | 10110100 | 1100 | 1011011 | 0 | 11101 | 100100100 | 1010100 | 100110 |
Color Harmonies of #9F10B4
Complementary color
Monochromatic Colors of #9F10B4
Black with #9F10B4
Text Example
Text Example
White with #9F10B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F10B4; }
p { color: rgb(159,16,180); }
H1.HeaderClassName
{
color: #9F10B4;
}
.AnyTagClassName
{
color: #9F10B4;
}
</style>
background-color css
<style>
a { background-color: #9F10B4; }
a { background-color: rgb(159,16,180); }
div.DivClassName
{
background-color: #9F10B4;
}
.BgClassName
{
background-color: #9F10B4;
}
</style>
border-color css
<style>
span { border-color: #9F10B4; }
span { border-color: rgb(159,16,180); }
td.TdClassName
{
border-color: #9F10B4;
}
.TagClassName
{
border-color: #9F10B4;
}
</style>