Shades of Dark Violet #9A0EDC
Tints of Dark Violet #9A0EDC
RGB
CMYK
RGB Variations
Color information
#9A0EDC (or 0x9A0EDC) is known color: Dark Violet. HEX triplet: 9A, 0E and DC. RGB value is (154,14,220). Sum of RGB (Red+Green+Blue) = 154+14+220=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0EDC is #65F123. Grayscale: #4E4E4E. Windows color (decimal): -6680868 or 14421658. OLE color: 14421658.
HSL color Cylindrical-coordinate representation of color #9A0EDC: hue angle of 280.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0EDC is Cyan = 0.3, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 14 | 220 | - |
| CMYK | 0.3 | 0.94 | 0 | 0.14 |
| HSL | 280.78º | 0.88% | 0.46% | - |
| HSV(B) | 280.78º | 0.94% | 0.86% | - |
| XYZ | 26.4 | 12.35 | 68.7 | - |
| YUV | 79.34 | 207.38 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 220 | 0.3 | 0.94 | 0 | 0.14 | 280.78 | 0.88 | 0.46 |
| Hex | 9A | E | DC | 1E | 5E | 0 | E | 119 | 58 | 2E |
| Octal | 232 | 16 | 334 | 36 | 136 | 0 | 16 | 431 | 130 | 56 |
| Binary | 10011010 | 1110 | 11011100 | 11110 | 1011110 | 0 | 1110 | 100011001 | 1011000 | 101110 |
Color Harmonies of #9A0EDC
Complementary color
Monochromatic Colors of #9A0EDC
Black with #9A0EDC
Text Example
Text Example
White with #9A0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0EDC; }
p { color: rgb(154,14,220); }
H1.HeaderClassName
{
color: #9A0EDC;
}
.AnyTagClassName
{
color: #9A0EDC;
}
</style>
background-color css
<style>
a { background-color: #9A0EDC; }
a { background-color: rgb(154,14,220); }
div.DivClassName
{
background-color: #9A0EDC;
}
.BgClassName
{
background-color: #9A0EDC;
}
</style>
border-color css
<style>
span { border-color: #9A0EDC; }
span { border-color: rgb(154,14,220); }
td.TdClassName
{
border-color: #9A0EDC;
}
.TagClassName
{
border-color: #9A0EDC;
}
</style>