Shades of Dark Violet #9A15DB
Tints of Dark Violet #9A15DB
RGB
CMYK
RGB Variations
Color information
#9A15DB (or 0x9A15DB) is known color: Dark Violet. HEX triplet: 9A, 15 and DB. RGB value is (154,21,219). Sum of RGB (Red+Green+Blue) = 154+21+219=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A15DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A15DB is #65EA24. Grayscale: #525252. Windows color (decimal): -6679077 or 14357914. OLE color: 14357914.
HSL color Cylindrical-coordinate representation of color #9A15DB: hue angle of 280.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A15DB is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 21 | 219 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.14 |
| HSL | 280.3º | 0.83% | 0.47% | - |
| HSV(B) | 280.3º | 0.9% | 0.86% | - |
| XYZ | 26.38 | 12.52 | 68.04 | - |
| YUV | 83.34 | 204.56 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 219 | 0.30 | 0.90 | 0 | 0.14 | 280.3 | 0.83 | 0.47 |
| Hex | 9A | 15 | DB | 1E | 5A | 0 | E | 118 | 52 | 2F |
| Octal | 232 | 25 | 333 | 36 | 132 | 0 | 16 | 430 | 122 | 57 |
| Binary | 10011010 | 10101 | 11011011 | 11110 | 1011010 | 0 | 1110 | 100011000 | 1010010 | 101111 |
Color Harmonies of #9A15DB
Complementary color
Monochromatic Colors of #9A15DB
Black with #9A15DB
Text Example
Text Example
White with #9A15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A15DB; }
p { color: rgb(154,21,219); }
H1.HeaderClassName
{
color: #9A15DB;
}
.AnyTagClassName
{
color: #9A15DB;
}
</style>
background-color css
<style>
a { background-color: #9A15DB; }
a { background-color: rgb(154,21,219); }
div.DivClassName
{
background-color: #9A15DB;
}
.BgClassName
{
background-color: #9A15DB;
}
</style>
border-color css
<style>
span { border-color: #9A15DB; }
span { border-color: rgb(154,21,219); }
td.TdClassName
{
border-color: #9A15DB;
}
.TagClassName
{
border-color: #9A15DB;
}
</style>