Shades of Dark Violet #9F15CD
Tints of Dark Violet #9F15CD
RGB
CMYK
RGB Variations
Color information
#9F15CD (or 0x9F15CD) is known color: Dark Violet. HEX triplet: 9F, 15 and CD. RGB value is (159,21,205). Sum of RGB (Red+Green+Blue) = 159+21+205=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F15CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F15CD is #60EA32. Grayscale: #525252. Windows color (decimal): -6351411 or 13440415. OLE color: 13440415.
HSL color Cylindrical-coordinate representation of color #9F15CD: hue angle of 285º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F15CD is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 21 | 205 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.20 |
| HSL | 285º | 0.81% | 0.44% | - |
| HSV(B) | 285º | 0.9% | 0.8% | - |
| XYZ | 25.59 | 12.32 | 58.79 | - |
| YUV | 83.24 | 196.72 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 205 | 0.22 | 0.90 | 0 | 0.20 | 285 | 0.81 | 0.44 |
| Hex | 9F | 15 | CD | 16 | 5A | 0 | 14 | 11D | 51 | 2C |
| Octal | 237 | 25 | 315 | 26 | 132 | 0 | 24 | 435 | 121 | 54 |
| Binary | 10011111 | 10101 | 11001101 | 10110 | 1011010 | 0 | 10100 | 100011101 | 1010001 | 101100 |
Color Harmonies of #9F15CD
Complementary color
Monochromatic Colors of #9F15CD
Black with #9F15CD
Text Example
Text Example
White with #9F15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F15CD; }
p { color: rgb(159,21,205); }
H1.HeaderClassName
{
color: #9F15CD;
}
.AnyTagClassName
{
color: #9F15CD;
}
</style>
background-color css
<style>
a { background-color: #9F15CD; }
a { background-color: rgb(159,21,205); }
div.DivClassName
{
background-color: #9F15CD;
}
.BgClassName
{
background-color: #9F15CD;
}
</style>
border-color css
<style>
span { border-color: #9F15CD; }
span { border-color: rgb(159,21,205); }
td.TdClassName
{
border-color: #9F15CD;
}
.TagClassName
{
border-color: #9F15CD;
}
</style>