Shades of Dark Violet #9A15CA
Tints of Dark Violet #9A15CA
RGB
CMYK
RGB Variations
Color information
#9A15CA (or 0x9A15CA) is known color: Dark Violet. HEX triplet: 9A, 15 and CA. RGB value is (154,21,202). Sum of RGB (Red+Green+Blue) = 154+21+202=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A15CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A15CA is #65EA35. Grayscale: #505050. Windows color (decimal): -6679094 or 13243802. OLE color: 13243802.
HSL color Cylindrical-coordinate representation of color #9A15CA: hue angle of 284.09º degrees, saturation: 0.81, 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 #9A15CA is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 21 | 202 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.21 |
| HSL | 284.09º | 0.81% | 0.44% | - |
| HSV(B) | 284.09º | 0.9% | 0.79% | - |
| XYZ | 24.26 | 11.67 | 56.85 | - |
| YUV | 81.4 | 196.06 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 202 | 0.24 | 0.90 | 0 | 0.21 | 284.09 | 0.81 | 0.44 |
| Hex | 9A | 15 | CA | 18 | 5A | 0 | 15 | 11C | 51 | 2C |
| Octal | 232 | 25 | 312 | 30 | 132 | 0 | 25 | 434 | 121 | 54 |
| Binary | 10011010 | 10101 | 11001010 | 11000 | 1011010 | 0 | 10101 | 100011100 | 1010001 | 101100 |
Color Harmonies of #9A15CA
Complementary color
Monochromatic Colors of #9A15CA
Black with #9A15CA
Text Example
Text Example
White with #9A15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A15CA; }
p { color: rgb(154,21,202); }
H1.HeaderClassName
{
color: #9A15CA;
}
.AnyTagClassName
{
color: #9A15CA;
}
</style>
background-color css
<style>
a { background-color: #9A15CA; }
a { background-color: rgb(154,21,202); }
div.DivClassName
{
background-color: #9A15CA;
}
.BgClassName
{
background-color: #9A15CA;
}
</style>
border-color css
<style>
span { border-color: #9A15CA; }
span { border-color: rgb(154,21,202); }
td.TdClassName
{
border-color: #9A15CA;
}
.TagClassName
{
border-color: #9A15CA;
}
</style>