Shades of Dark Violet #9A15CF
Tints of Dark Violet #9A15CF
RGB
CMYK
RGB Variations
Color information
#9A15CF (or 0x9A15CF) is known color: Dark Violet. HEX triplet: 9A, 15 and CF. RGB value is (154,21,207). Sum of RGB (Red+Green+Blue) = 154+21+207=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A15CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A15CF is #65EA30. Grayscale: #515151. Windows color (decimal): -6679089 or 13571482. OLE color: 13571482.
HSL color Cylindrical-coordinate representation of color #9A15CF: hue angle of 282.9º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A15CF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 21 | 207 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.19 |
| HSL | 282.9º | 0.82% | 0.45% | - |
| HSV(B) | 282.9º | 0.9% | 0.81% | - |
| XYZ | 24.86 | 11.91 | 60.02 | - |
| YUV | 81.97 | 198.56 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 207 | 0.26 | 0.90 | 0 | 0.19 | 282.9 | 0.82 | 0.45 |
| Hex | 9A | 15 | CF | 1A | 5A | 0 | 13 | 11B | 52 | 2D |
| Octal | 232 | 25 | 317 | 32 | 132 | 0 | 23 | 433 | 122 | 55 |
| Binary | 10011010 | 10101 | 11001111 | 11010 | 1011010 | 0 | 10011 | 100011011 | 1010010 | 101101 |
Color Harmonies of #9A15CF
Complementary color
Monochromatic Colors of #9A15CF
Black with #9A15CF
Text Example
Text Example
White with #9A15CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A15CF; }
p { color: rgb(154,21,207); }
H1.HeaderClassName
{
color: #9A15CF;
}
.AnyTagClassName
{
color: #9A15CF;
}
</style>
background-color css
<style>
a { background-color: #9A15CF; }
a { background-color: rgb(154,21,207); }
div.DivClassName
{
background-color: #9A15CF;
}
.BgClassName
{
background-color: #9A15CF;
}
</style>
border-color css
<style>
span { border-color: #9A15CF; }
span { border-color: rgb(154,21,207); }
td.TdClassName
{
border-color: #9A15CF;
}
.TagClassName
{
border-color: #9A15CF;
}
</style>