Shades of Dark Violet #9A10CE
Tints of Dark Violet #9A10CE
RGB
CMYK
RGB Variations
Color information
#9A10CE (or 0x9A10CE) is known color: Dark Violet. HEX triplet: 9A, 10 and CE. RGB value is (154,16,206). Sum of RGB (Red+Green+Blue) = 154+16+206=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A10CE is #65EF31. Grayscale: #4E4E4E. Windows color (decimal): -6680370 or 13504666. OLE color: 13504666.
HSL color Cylindrical-coordinate representation of color #9A10CE: hue angle of 283.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A10CE is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 16 | 206 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.19 |
| HSL | 283.58º | 0.86% | 0.44% | - |
| HSV(B) | 283.58º | 0.92% | 0.81% | - |
| XYZ | 24.65 | 11.7 | 59.35 | - |
| YUV | 78.92 | 199.72 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 206 | 0.25 | 0.92 | 0 | 0.19 | 283.58 | 0.86 | 0.44 |
| Hex | 9A | 10 | CE | 19 | 5C | 0 | 13 | 11C | 56 | 2C |
| Octal | 232 | 20 | 316 | 31 | 134 | 0 | 23 | 434 | 126 | 54 |
| Binary | 10011010 | 10000 | 11001110 | 11001 | 1011100 | 0 | 10011 | 100011100 | 1010110 | 101100 |
Color Harmonies of #9A10CE
Complementary color
Monochromatic Colors of #9A10CE
Black with #9A10CE
Text Example
Text Example
White with #9A10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A10CE; }
p { color: rgb(154,16,206); }
H1.HeaderClassName
{
color: #9A10CE;
}
.AnyTagClassName
{
color: #9A10CE;
}
</style>
background-color css
<style>
a { background-color: #9A10CE; }
a { background-color: rgb(154,16,206); }
div.DivClassName
{
background-color: #9A10CE;
}
.BgClassName
{
background-color: #9A10CE;
}
</style>
border-color css
<style>
span { border-color: #9A10CE; }
span { border-color: rgb(154,16,206); }
td.TdClassName
{
border-color: #9A10CE;
}
.TagClassName
{
border-color: #9A10CE;
}
</style>