Shades of Dark Violet #9F0BE7
Tints of Dark Violet #9F0BE7
RGB
CMYK
RGB Variations
Color information
#9F0BE7 (or 0x9F0BE7) is known color: Dark Violet. HEX triplet: 9F, 0B and E7. RGB value is (159,11,231). Sum of RGB (Red+Green+Blue) = 159+11+231=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 231 (90.62% from 255 or 57.61% from 401); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F0BE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0BE7 is #60F418. Grayscale: #4F4F4F. Windows color (decimal): -6353945 or 15141791. OLE color: 15141791.
HSL color Cylindrical-coordinate representation of color #9F0BE7: hue angle of 280.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0BE7 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 11 | 231 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.09 |
| HSL | 280.36º | 0.91% | 0.47% | - |
| HSV(B) | 280.36º | 0.95% | 0.91% | - |
| XYZ | 28.84 | 13.38 | 76.66 | - |
| YUV | 80.33 | 213.03 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 231 | 0.31 | 0.95 | 0 | 0.09 | 280.36 | 0.91 | 0.47 |
| Hex | 9F | B | E7 | 1F | 5F | 0 | 9 | 118 | 5B | 2F |
| Octal | 237 | 13 | 347 | 37 | 137 | 0 | 11 | 430 | 133 | 57 |
| Binary | 10011111 | 1011 | 11100111 | 11111 | 1011111 | 0 | 1001 | 100011000 | 1011011 | 101111 |
Color Harmonies of #9F0BE7
Complementary color
Monochromatic Colors of #9F0BE7
Black with #9F0BE7
Text Example
Text Example
White with #9F0BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BE7; }
p { color: rgb(159,11,231); }
H1.HeaderClassName
{
color: #9F0BE7;
}
.AnyTagClassName
{
color: #9F0BE7;
}
</style>
background-color css
<style>
a { background-color: #9F0BE7; }
a { background-color: rgb(159,11,231); }
div.DivClassName
{
background-color: #9F0BE7;
}
.BgClassName
{
background-color: #9F0BE7;
}
</style>
border-color css
<style>
span { border-color: #9F0BE7; }
span { border-color: rgb(159,11,231); }
td.TdClassName
{
border-color: #9F0BE7;
}
.TagClassName
{
border-color: #9F0BE7;
}
</style>