Shades of Dark Violet #9A10CC
Tints of Dark Violet #9A10CC
RGB
CMYK
RGB Variations
Color information
#9A10CC (or 0x9A10CC) is known color: Dark Violet. HEX triplet: 9A, 10 and CC. RGB value is (154,16,204). Sum of RGB (Red+Green+Blue) = 154+16+204=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A10CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A10CC is #65EF33. Grayscale: #4E4E4E. Windows color (decimal): -6680372 or 13373594. OLE color: 13373594.
HSL color Cylindrical-coordinate representation of color #9A10CC: hue angle of 284.04º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A10CC is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 16 | 204 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.2 |
| HSL | 284.04º | 0.85% | 0.43% | - |
| HSV(B) | 284.04º | 0.92% | 0.8% | - |
| XYZ | 24.41 | 11.6 | 58.08 | - |
| YUV | 78.69 | 198.72 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 204 | 0.25 | 0.92 | 0 | 0.2 | 284.04 | 0.85 | 0.43 |
| Hex | 9A | 10 | CC | 19 | 5C | 0 | 14 | 11C | 55 | 2B |
| Octal | 232 | 20 | 314 | 31 | 134 | 0 | 24 | 434 | 125 | 53 |
| Binary | 10011010 | 10000 | 11001100 | 11001 | 1011100 | 0 | 10100 | 100011100 | 1010101 | 101011 |
Color Harmonies of #9A10CC
Complementary color
Monochromatic Colors of #9A10CC
Black with #9A10CC
Text Example
Text Example
White with #9A10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A10CC; }
p { color: rgb(154,16,204); }
H1.HeaderClassName
{
color: #9A10CC;
}
.AnyTagClassName
{
color: #9A10CC;
}
</style>
background-color css
<style>
a { background-color: #9A10CC; }
a { background-color: rgb(154,16,204); }
div.DivClassName
{
background-color: #9A10CC;
}
.BgClassName
{
background-color: #9A10CC;
}
</style>
border-color css
<style>
span { border-color: #9A10CC; }
span { border-color: rgb(154,16,204); }
td.TdClassName
{
border-color: #9A10CC;
}
.TagClassName
{
border-color: #9A10CC;
}
</style>