Shades of Dark Violet #9A13D0
Tints of Dark Violet #9A13D0
RGB
CMYK
RGB Variations
Color information
#9A13D0 (or 0x9A13D0) is known color: Dark Violet. HEX triplet: 9A, 13 and D0. RGB value is (154,19,208). Sum of RGB (Red+Green+Blue) = 154+19+208=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A13D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A13D0 is #65EC2F. Grayscale: #505050. Windows color (decimal): -6679600 or 13636506. OLE color: 13636506.
HSL color Cylindrical-coordinate representation of color #9A13D0: hue angle of 282.86º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A13D0 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 19 | 208 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.18 |
| HSL | 282.86º | 0.83% | 0.45% | - |
| HSV(B) | 282.86º | 0.91% | 0.82% | - |
| XYZ | 24.94 | 11.89 | 60.65 | - |
| YUV | 80.91 | 199.73 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 208 | 0.26 | 0.91 | 0 | 0.18 | 282.86 | 0.83 | 0.45 |
| Hex | 9A | 13 | D0 | 1A | 5B | 0 | 12 | 11B | 53 | 2D |
| Octal | 232 | 23 | 320 | 32 | 133 | 0 | 22 | 433 | 123 | 55 |
| Binary | 10011010 | 10011 | 11010000 | 11010 | 1011011 | 0 | 10010 | 100011011 | 1010011 | 101101 |
Color Harmonies of #9A13D0
Complementary color
Monochromatic Colors of #9A13D0
Black with #9A13D0
Text Example
Text Example
White with #9A13D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A13D0; }
p { color: rgb(154,19,208); }
H1.HeaderClassName
{
color: #9A13D0;
}
.AnyTagClassName
{
color: #9A13D0;
}
</style>
background-color css
<style>
a { background-color: #9A13D0; }
a { background-color: rgb(154,19,208); }
div.DivClassName
{
background-color: #9A13D0;
}
.BgClassName
{
background-color: #9A13D0;
}
</style>
border-color css
<style>
span { border-color: #9A13D0; }
span { border-color: rgb(154,19,208); }
td.TdClassName
{
border-color: #9A13D0;
}
.TagClassName
{
border-color: #9A13D0;
}
</style>