Shades of Dark Violet #9A0CC7
Tints of Dark Violet #9A0CC7
RGB
CMYK
RGB Variations
Color information
#9A0CC7 (or 0x9A0CC7) is known color: Dark Violet. HEX triplet: 9A, 0C and C7. RGB value is (154,12,199). Sum of RGB (Red+Green+Blue) = 154+12+199=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #9A0CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0CC7 is #65F338. Grayscale: #4B4B4B. Windows color (decimal): -6681401 or 13044890. OLE color: 13044890.
HSL color Cylindrical-coordinate representation of color #9A0CC7: hue angle of 285.56º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0CC7 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 12 | 199 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.22 |
| HSL | 285.56º | 0.89% | 0.41% | - |
| HSV(B) | 285.56º | 0.94% | 0.78% | - |
| XYZ | 23.77 | 11.26 | 54.95 | - |
| YUV | 75.78 | 197.54 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 199 | 0.23 | 0.94 | 0 | 0.22 | 285.56 | 0.89 | 0.41 |
| Hex | 9A | C | C7 | 17 | 5E | 0 | 16 | 11E | 59 | 29 |
| Octal | 232 | 14 | 307 | 27 | 136 | 0 | 26 | 436 | 131 | 51 |
| Binary | 10011010 | 1100 | 11000111 | 10111 | 1011110 | 0 | 10110 | 100011110 | 1011001 | 101001 |
Color Harmonies of #9A0CC7
Complementary color
Monochromatic Colors of #9A0CC7
Black with #9A0CC7
Text Example
Text Example
White with #9A0CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0CC7; }
p { color: rgb(154,12,199); }
H1.HeaderClassName
{
color: #9A0CC7;
}
.AnyTagClassName
{
color: #9A0CC7;
}
</style>
background-color css
<style>
a { background-color: #9A0CC7; }
a { background-color: rgb(154,12,199); }
div.DivClassName
{
background-color: #9A0CC7;
}
.BgClassName
{
background-color: #9A0CC7;
}
</style>
border-color css
<style>
span { border-color: #9A0CC7; }
span { border-color: rgb(154,12,199); }
td.TdClassName
{
border-color: #9A0CC7;
}
.TagClassName
{
border-color: #9A0CC7;
}
</style>