Shades of Dark Violet #9F00B4
Tints of Dark Violet #9F00B4
RGB
CMYK
RGB Variations
Color information
#9F00B4 (or 0x9F00B4) is known color: Dark Violet. HEX triplet: 9F, 00 and B4. RGB value is (159,0,180). Sum of RGB (Red+Green+Blue) = 159+0+180=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F00B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F00B4 is #60FF4B. Grayscale: #434343. Windows color (decimal): -6356812 or 11796639. OLE color: 11796639.
HSL color Cylindrical-coordinate representation of color #9F00B4: hue angle of 293º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00B4 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 0 | 180 | - |
| CMYK | 0.12 | 1 | 0 | 0.29 |
| HSL | 293º | 1% | 0.35% | - |
| HSV(B) | 293º | 1% | 0.71% | - |
| XYZ | 22.54 | 10.67 | 44.05 | - |
| YUV | 68.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 180 | 0.12 | 1 | 0 | 0.29 | 293 | 1 | 0.35 |
| Hex | 9F | 0 | B4 | C | 64 | 0 | 1D | 125 | 64 | 23 |
| Octal | 237 | 0 | 264 | 14 | 144 | 0 | 35 | 445 | 144 | 43 |
| Binary | 10011111 | 0 | 10110100 | 1100 | 1100100 | 0 | 11101 | 100100101 | 1100100 | 100011 |
Color Harmonies of #9F00B4
Complementary color
Monochromatic Colors of #9F00B4
Black with #9F00B4
Text Example
Text Example
White with #9F00B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F00B4; }
p { color: rgb(159,0,180); }
H1.HeaderClassName
{
color: #9F00B4;
}
.AnyTagClassName
{
color: #9F00B4;
}
</style>
background-color css
<style>
a { background-color: #9F00B4; }
a { background-color: rgb(159,0,180); }
div.DivClassName
{
background-color: #9F00B4;
}
.BgClassName
{
background-color: #9F00B4;
}
</style>
border-color css
<style>
span { border-color: #9F00B4; }
span { border-color: rgb(159,0,180); }
td.TdClassName
{
border-color: #9F00B4;
}
.TagClassName
{
border-color: #9F00B4;
}
</style>