Shades of Dark Violet #9A0CBC
Tints of Dark Violet #9A0CBC
RGB
CMYK
RGB Variations
Color information
#9A0CBC (or 0x9A0CBC) is known color: Dark Violet. HEX triplet: 9A, 0C and BC. RGB value is (154,12,188). Sum of RGB (Red+Green+Blue) = 154+12+188=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A0CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0CBC is #65F343. Grayscale: #494949. Windows color (decimal): -6681412 or 12323994. OLE color: 12323994.
HSL color Cylindrical-coordinate representation of color #9A0CBC: hue angle of 288.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0CBC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 12 | 188 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.26 |
| HSL | 288.41º | 0.88% | 0.39% | - |
| HSV(B) | 288.41º | 0.94% | 0.74% | - |
| XYZ | 22.54 | 10.76 | 48.47 | - |
| YUV | 74.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 188 | 0.18 | 0.94 | 0 | 0.26 | 288.41 | 0.88 | 0.39 |
| Hex | 9A | C | BC | 12 | 5E | 0 | 1A | 120 | 58 | 27 |
| Octal | 232 | 14 | 274 | 22 | 136 | 0 | 32 | 440 | 130 | 47 |
| Binary | 10011010 | 1100 | 10111100 | 10010 | 1011110 | 0 | 11010 | 100100000 | 1011000 | 100111 |
Color Harmonies of #9A0CBC
Complementary color
Monochromatic Colors of #9A0CBC
Black with #9A0CBC
Text Example
Text Example
White with #9A0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0CBC; }
p { color: rgb(154,12,188); }
H1.HeaderClassName
{
color: #9A0CBC;
}
.AnyTagClassName
{
color: #9A0CBC;
}
</style>
background-color css
<style>
a { background-color: #9A0CBC; }
a { background-color: rgb(154,12,188); }
div.DivClassName
{
background-color: #9A0CBC;
}
.BgClassName
{
background-color: #9A0CBC;
}
</style>
border-color css
<style>
span { border-color: #9A0CBC; }
span { border-color: rgb(154,12,188); }
td.TdClassName
{
border-color: #9A0CBC;
}
.TagClassName
{
border-color: #9A0CBC;
}
</style>