Shades of Dark Violet #9F18CF
Tints of Dark Violet #9F18CF
RGB
CMYK
RGB Variations
Color information
#9F18CF (or 0x9F18CF) is known color: Dark Violet. HEX triplet: 9F, 18 and CF. RGB value is (159,24,207). Sum of RGB (Red+Green+Blue) = 159+24+207=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F18CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F18CF is #60E730. Grayscale: #545454. Windows color (decimal): -6350641 or 13572255. OLE color: 13572255.
HSL color Cylindrical-coordinate representation of color #9F18CF: hue angle of 284.26º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F18CF is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 24 | 207 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.19 |
| HSL | 284.26º | 0.79% | 0.45% | - |
| HSV(B) | 284.26º | 0.88% | 0.81% | - |
| XYZ | 25.89 | 12.53 | 60.09 | - |
| YUV | 85.23 | 196.73 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 207 | 0.23 | 0.88 | 0 | 0.19 | 284.26 | 0.79 | 0.45 |
| Hex | 9F | 18 | CF | 17 | 58 | 0 | 13 | 11C | 4F | 2D |
| Octal | 237 | 30 | 317 | 27 | 130 | 0 | 23 | 434 | 117 | 55 |
| Binary | 10011111 | 11000 | 11001111 | 10111 | 1011000 | 0 | 10011 | 100011100 | 1001111 | 101101 |
Color Harmonies of #9F18CF
Complementary color
Monochromatic Colors of #9F18CF
Black with #9F18CF
Text Example
Text Example
White with #9F18CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F18CF; }
p { color: rgb(159,24,207); }
H1.HeaderClassName
{
color: #9F18CF;
}
.AnyTagClassName
{
color: #9F18CF;
}
</style>
background-color css
<style>
a { background-color: #9F18CF; }
a { background-color: rgb(159,24,207); }
div.DivClassName
{
background-color: #9F18CF;
}
.BgClassName
{
background-color: #9F18CF;
}
</style>
border-color css
<style>
span { border-color: #9F18CF; }
span { border-color: rgb(159,24,207); }
td.TdClassName
{
border-color: #9F18CF;
}
.TagClassName
{
border-color: #9F18CF;
}
</style>