Shades of Dark Violet #9F00C6
Tints of Dark Violet #9F00C6
RGB
CMYK
RGB Variations
Color information
#9F00C6 (or 0x9F00C6) is known color: Dark Violet. HEX triplet: 9F, 00 and C6. RGB value is (159,0,198). Sum of RGB (Red+Green+Blue) = 159+0+198=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F00C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F00C6 is #60FF39. Grayscale: #454545. Windows color (decimal): -6356794 or 12976287. OLE color: 12976287.
HSL color Cylindrical-coordinate representation of color #9F00C6: hue angle of 288.18º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00C6 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 0 | 198 | - |
| CMYK | 0.20 | 1 | 0 | 0.22 |
| HSL | 288.18º | 1% | 0.39% | - |
| HSV(B) | 288.18º | 1% | 0.78% | - |
| XYZ | 24.49 | 11.45 | 54.34 | - |
| YUV | 70.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 198 | 0.20 | 1 | 0 | 0.22 | 288.18 | 1 | 0.39 |
| Hex | 9F | 0 | C6 | 14 | 64 | 0 | 16 | 120 | 64 | 27 |
| Octal | 237 | 0 | 306 | 24 | 144 | 0 | 26 | 440 | 144 | 47 |
| Binary | 10011111 | 0 | 11000110 | 10100 | 1100100 | 0 | 10110 | 100100000 | 1100100 | 100111 |
Color Harmonies of #9F00C6
Complementary color
Monochromatic Colors of #9F00C6
Black with #9F00C6
Text Example
Text Example
White with #9F00C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F00C6; }
p { color: rgb(159,0,198); }
H1.HeaderClassName
{
color: #9F00C6;
}
.AnyTagClassName
{
color: #9F00C6;
}
</style>
background-color css
<style>
a { background-color: #9F00C6; }
a { background-color: rgb(159,0,198); }
div.DivClassName
{
background-color: #9F00C6;
}
.BgClassName
{
background-color: #9F00C6;
}
</style>
border-color css
<style>
span { border-color: #9F00C6; }
span { border-color: rgb(159,0,198); }
td.TdClassName
{
border-color: #9F00C6;
}
.TagClassName
{
border-color: #9F00C6;
}
</style>