Shades of Dark Violet #9F00B6
Tints of Dark Violet #9F00B6
RGB
CMYK
RGB Variations
Color information
#9F00B6 (or 0x9F00B6) is known color: Dark Violet. HEX triplet: 9F, 00 and B6. RGB value is (159,0,182). Sum of RGB (Red+Green+Blue) = 159+0+182=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F00B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F00B6 is #60FF49. Grayscale: #434343. Windows color (decimal): -6356810 or 11927711. OLE color: 11927711.
HSL color Cylindrical-coordinate representation of color #9F00B6: hue angle of 292.42º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00B6 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 0 | 182 | - |
| CMYK | 0.13 | 1 | 0 | 0.29 |
| HSL | 292.42º | 1% | 0.36% | - |
| HSV(B) | 292.42º | 1% | 0.71% | - |
| XYZ | 22.74 | 10.75 | 45.13 | - |
| YUV | 68.29 | 192.18 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 182 | 0.13 | 1 | 0 | 0.29 | 292.42 | 1 | 0.36 |
| Hex | 9F | 0 | B6 | D | 64 | 0 | 1D | 124 | 64 | 24 |
| Octal | 237 | 0 | 266 | 15 | 144 | 0 | 35 | 444 | 144 | 44 |
| Binary | 10011111 | 0 | 10110110 | 1101 | 1100100 | 0 | 11101 | 100100100 | 1100100 | 100100 |
Color Harmonies of #9F00B6
Complementary color
Monochromatic Colors of #9F00B6
Black with #9F00B6
Text Example
Text Example
White with #9F00B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F00B6; }
p { color: rgb(159,0,182); }
H1.HeaderClassName
{
color: #9F00B6;
}
.AnyTagClassName
{
color: #9F00B6;
}
</style>
background-color css
<style>
a { background-color: #9F00B6; }
a { background-color: rgb(159,0,182); }
div.DivClassName
{
background-color: #9F00B6;
}
.BgClassName
{
background-color: #9F00B6;
}
</style>
border-color css
<style>
span { border-color: #9F00B6; }
span { border-color: rgb(159,0,182); }
td.TdClassName
{
border-color: #9F00B6;
}
.TagClassName
{
border-color: #9F00B6;
}
</style>