Shades of Dark Violet #9F10BC
Tints of Dark Violet #9F10BC
RGB
CMYK
RGB Variations
Color information
#9F10BC (or 0x9F10BC) is known color: Dark Violet. HEX triplet: 9F, 10 and BC. RGB value is (159,16,188). Sum of RGB (Red+Green+Blue) = 159+16+188=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F10BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10BC is #60EF43. Grayscale: #4D4D4D. Windows color (decimal): -6352708 or 12325023. OLE color: 12325023.
HSL color Cylindrical-coordinate representation of color #9F10BC: hue angle of 289.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F10BC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 16 | 188 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.26 |
| HSL | 289.88º | 0.84% | 0.4% | - |
| HSV(B) | 289.88º | 0.91% | 0.74% | - |
| XYZ | 23.56 | 11.37 | 48.53 | - |
| YUV | 78.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 188 | 0.15 | 0.91 | 0 | 0.26 | 289.88 | 0.84 | 0.4 |
| Hex | 9F | 10 | BC | F | 5B | 0 | 1A | 122 | 54 | 28 |
| Octal | 237 | 20 | 274 | 17 | 133 | 0 | 32 | 442 | 124 | 50 |
| Binary | 10011111 | 10000 | 10111100 | 1111 | 1011011 | 0 | 11010 | 100100010 | 1010100 | 101000 |
Color Harmonies of #9F10BC
Complementary color
Monochromatic Colors of #9F10BC
Black with #9F10BC
Text Example
Text Example
White with #9F10BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F10BC; }
p { color: rgb(159,16,188); }
H1.HeaderClassName
{
color: #9F10BC;
}
.AnyTagClassName
{
color: #9F10BC;
}
</style>
background-color css
<style>
a { background-color: #9F10BC; }
a { background-color: rgb(159,16,188); }
div.DivClassName
{
background-color: #9F10BC;
}
.BgClassName
{
background-color: #9F10BC;
}
</style>
border-color css
<style>
span { border-color: #9F10BC; }
span { border-color: rgb(159,16,188); }
td.TdClassName
{
border-color: #9F10BC;
}
.TagClassName
{
border-color: #9F10BC;
}
</style>