Shades of Dark Violet #9F0ACF
Tints of Dark Violet #9F0ACF
RGB
CMYK
RGB Variations
Color information
#9F0ACF (or 0x9F0ACF) is known color: Dark Violet. HEX triplet: 9F, 0A and CF. RGB value is (159,10,207). Sum of RGB (Red+Green+Blue) = 159+10+207=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F0ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0ACF is #60F530. Grayscale: #4C4C4C. Windows color (decimal): -6354225 or 13568671. OLE color: 13568671.
HSL color Cylindrical-coordinate representation of color #9F0ACF: hue angle of 285.38º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0ACF is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 10 | 207 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.19 |
| HSL | 285.38º | 0.91% | 0.43% | - |
| HSV(B) | 285.38º | 0.95% | 0.81% | - |
| XYZ | 25.67 | 12.09 | 60.01 | - |
| YUV | 77.01 | 201.36 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 207 | 0.23 | 0.95 | 0 | 0.19 | 285.38 | 0.91 | 0.43 |
| Hex | 9F | A | CF | 17 | 5F | 0 | 13 | 11D | 5B | 2B |
| Octal | 237 | 12 | 317 | 27 | 137 | 0 | 23 | 435 | 133 | 53 |
| Binary | 10011111 | 1010 | 11001111 | 10111 | 1011111 | 0 | 10011 | 100011101 | 1011011 | 101011 |
Color Harmonies of #9F0ACF
Complementary color
Monochromatic Colors of #9F0ACF
Black with #9F0ACF
Text Example
Text Example
White with #9F0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0ACF; }
p { color: rgb(159,10,207); }
H1.HeaderClassName
{
color: #9F0ACF;
}
.AnyTagClassName
{
color: #9F0ACF;
}
</style>
background-color css
<style>
a { background-color: #9F0ACF; }
a { background-color: rgb(159,10,207); }
div.DivClassName
{
background-color: #9F0ACF;
}
.BgClassName
{
background-color: #9F0ACF;
}
</style>
border-color css
<style>
span { border-color: #9F0ACF; }
span { border-color: rgb(159,10,207); }
td.TdClassName
{
border-color: #9F0ACF;
}
.TagClassName
{
border-color: #9F0ACF;
}
</style>