Shades of Dark Violet #9F07B1
Tints of Dark Violet #9F07B1
RGB
CMYK
RGB Variations
Color information
#9F07B1 (or 0x9F07B1) is known color: Dark Violet. HEX triplet: 9F, 07 and B1. RGB value is (159,7,177). Sum of RGB (Red+Green+Blue) = 159+7+177=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 177 (69.53% from 255 or 51.60% from 343); Max value from RGB is 177 - color contains mainly: blue. Hex color #9F07B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F07B1 is #60F84E. Grayscale: #474747. Windows color (decimal): -6355023 or 11601823. OLE color: 11601823.
HSL color Cylindrical-coordinate representation of color #9F07B1: hue angle of 293.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F07B1 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 7 | 177 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.31 |
| HSL | 293.65º | 0.92% | 0.36% | - |
| HSV(B) | 293.65º | 0.96% | 0.69% | - |
| XYZ | 22.31 | 10.7 | 42.48 | - |
| YUV | 71.83 | 187.36 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 177 | 0.10 | 0.96 | 0 | 0.31 | 293.65 | 0.92 | 0.36 |
| Hex | 9F | 7 | B1 | A | 60 | 0 | 1F | 126 | 5C | 24 |
| Octal | 237 | 7 | 261 | 12 | 140 | 0 | 37 | 446 | 134 | 44 |
| Binary | 10011111 | 111 | 10110001 | 1010 | 1100000 | 0 | 11111 | 100100110 | 1011100 | 100100 |
Color Harmonies of #9F07B1
Complementary color
Monochromatic Colors of #9F07B1
Black with #9F07B1
Text Example
Text Example
White with #9F07B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F07B1; }
p { color: rgb(159,7,177); }
H1.HeaderClassName
{
color: #9F07B1;
}
.AnyTagClassName
{
color: #9F07B1;
}
</style>
background-color css
<style>
a { background-color: #9F07B1; }
a { background-color: rgb(159,7,177); }
div.DivClassName
{
background-color: #9F07B1;
}
.BgClassName
{
background-color: #9F07B1;
}
</style>
border-color css
<style>
span { border-color: #9F07B1; }
span { border-color: rgb(159,7,177); }
td.TdClassName
{
border-color: #9F07B1;
}
.TagClassName
{
border-color: #9F07B1;
}
</style>