Shades of Dark Violet #9A0CBE
Tints of Dark Violet #9A0CBE
RGB
CMYK
RGB Variations
Color information
#9A0CBE (or 0x9A0CBE) is known color: Dark Violet. HEX triplet: 9A, 0C and BE. RGB value is (154,12,190). Sum of RGB (Red+Green+Blue) = 154+12+190=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A0CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0CBE is #65F341. Grayscale: #4A4A4A. Windows color (decimal): -6681410 or 12455066. OLE color: 12455066.
HSL color Cylindrical-coordinate representation of color #9A0CBE: hue angle of 287.87º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0CBE is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 12 | 190 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.25 |
| HSL | 287.87º | 0.88% | 0.4% | - |
| HSV(B) | 287.87º | 0.94% | 0.75% | - |
| XYZ | 22.75 | 10.85 | 49.61 | - |
| YUV | 74.75 | 193.04 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 190 | 0.19 | 0.94 | 0 | 0.25 | 287.87 | 0.88 | 0.4 |
| Hex | 9A | C | BE | 13 | 5E | 0 | 19 | 120 | 58 | 28 |
| Octal | 232 | 14 | 276 | 23 | 136 | 0 | 31 | 440 | 130 | 50 |
| Binary | 10011010 | 1100 | 10111110 | 10011 | 1011110 | 0 | 11001 | 100100000 | 1011000 | 101000 |
Color Harmonies of #9A0CBE
Complementary color
Monochromatic Colors of #9A0CBE
Black with #9A0CBE
Text Example
Text Example
White with #9A0CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0CBE; }
p { color: rgb(154,12,190); }
H1.HeaderClassName
{
color: #9A0CBE;
}
.AnyTagClassName
{
color: #9A0CBE;
}
</style>
background-color css
<style>
a { background-color: #9A0CBE; }
a { background-color: rgb(154,12,190); }
div.DivClassName
{
background-color: #9A0CBE;
}
.BgClassName
{
background-color: #9A0CBE;
}
</style>
border-color css
<style>
span { border-color: #9A0CBE; }
span { border-color: rgb(154,12,190); }
td.TdClassName
{
border-color: #9A0CBE;
}
.TagClassName
{
border-color: #9A0CBE;
}
</style>