Shades of Dark Violet #9C0AE0
Tints of Dark Violet #9C0AE0
RGB
CMYK
RGB Variations
Color information
#9C0AE0 (or 0x9C0AE0) is known color: Dark Violet. HEX triplet: 9C, 0A and E0. RGB value is (156,10,224). Sum of RGB (Red+Green+Blue) = 156+10+224=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C0AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0AE0 is #63F51F. Grayscale: #4D4D4D. Windows color (decimal): -6550816 or 14682780. OLE color: 14682780.
HSL color Cylindrical-coordinate representation of color #9C0AE0: hue angle of 280.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0AE0 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 10 | 224 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.12 |
| HSL | 280.93º | 0.91% | 0.46% | - |
| HSV(B) | 280.93º | 0.96% | 0.88% | - |
| XYZ | 27.27 | 12.67 | 71.53 | - |
| YUV | 78.05 | 210.37 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 224 | 0.30 | 0.96 | 0 | 0.12 | 280.93 | 0.91 | 0.46 |
| Hex | 9C | A | E0 | 1E | 60 | 0 | C | 119 | 5B | 2E |
| Octal | 234 | 12 | 340 | 36 | 140 | 0 | 14 | 431 | 133 | 56 |
| Binary | 10011100 | 1010 | 11100000 | 11110 | 1100000 | 0 | 1100 | 100011001 | 1011011 | 101110 |
Color Harmonies of #9C0AE0
Complementary color
Monochromatic Colors of #9C0AE0
Black with #9C0AE0
Text Example
Text Example
White with #9C0AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0AE0; }
p { color: rgb(156,10,224); }
H1.HeaderClassName
{
color: #9C0AE0;
}
.AnyTagClassName
{
color: #9C0AE0;
}
</style>
background-color css
<style>
a { background-color: #9C0AE0; }
a { background-color: rgb(156,10,224); }
div.DivClassName
{
background-color: #9C0AE0;
}
.BgClassName
{
background-color: #9C0AE0;
}
</style>
border-color css
<style>
span { border-color: #9C0AE0; }
span { border-color: rgb(156,10,224); }
td.TdClassName
{
border-color: #9C0AE0;
}
.TagClassName
{
border-color: #9C0AE0;
}
</style>