Shades of Dark Violet #9F14CA
Tints of Dark Violet #9F14CA
RGB
CMYK
RGB Variations
Color information
#9F14CA (or 0x9F14CA) is known color: Dark Violet. HEX triplet: 9F, 14 and CA. RGB value is (159,20,202). Sum of RGB (Red+Green+Blue) = 159+20+202=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F14CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F14CA is #60EB35. Grayscale: #515151. Windows color (decimal): -6351670 or 13243551. OLE color: 13243551.
HSL color Cylindrical-coordinate representation of color #9F14CA: hue angle of 285.82º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F14CA is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 20 | 202 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.21 |
| HSL | 285.82º | 0.82% | 0.44% | - |
| HSV(B) | 285.82º | 0.9% | 0.79% | - |
| XYZ | 25.21 | 12.14 | 56.89 | - |
| YUV | 82.31 | 195.55 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 202 | 0.21 | 0.90 | 0 | 0.21 | 285.82 | 0.82 | 0.44 |
| Hex | 9F | 14 | CA | 15 | 5A | 0 | 15 | 11E | 52 | 2C |
| Octal | 237 | 24 | 312 | 25 | 132 | 0 | 25 | 436 | 122 | 54 |
| Binary | 10011111 | 10100 | 11001010 | 10101 | 1011010 | 0 | 10101 | 100011110 | 1010010 | 101100 |
Color Harmonies of #9F14CA
Complementary color
Monochromatic Colors of #9F14CA
Black with #9F14CA
Text Example
Text Example
White with #9F14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F14CA; }
p { color: rgb(159,20,202); }
H1.HeaderClassName
{
color: #9F14CA;
}
.AnyTagClassName
{
color: #9F14CA;
}
</style>
background-color css
<style>
a { background-color: #9F14CA; }
a { background-color: rgb(159,20,202); }
div.DivClassName
{
background-color: #9F14CA;
}
.BgClassName
{
background-color: #9F14CA;
}
</style>
border-color css
<style>
span { border-color: #9F14CA; }
span { border-color: rgb(159,20,202); }
td.TdClassName
{
border-color: #9F14CA;
}
.TagClassName
{
border-color: #9F14CA;
}
</style>