Shades of Dark Violet #8A0BCC
Tints of Dark Violet #8A0BCC
RGB
CMYK
RGB Variations
Color information
#8A0BCC (or 0x8A0BCC) is known color: Dark Violet. HEX triplet: 8A, 0B and CC. RGB value is (138,11,204). Sum of RGB (Red+Green+Blue) = 138+11+204=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A0BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0BCC is #75F433. Grayscale: #464646. Windows color (decimal): -7730228 or 13372298. OLE color: 13372298.
HSL color Cylindrical-coordinate representation of color #8A0BCC: hue angle of 279.48º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0BCC is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 11 | 204 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.2 |
| HSL | 279.48º | 0.9% | 0.42% | - |
| HSV(B) | 279.48º | 0.95% | 0.8% | - |
| XYZ | 21.5 | 10 | 57.92 | - |
| YUV | 70.98 | 203.08 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 11 | 204 | 0.32 | 0.95 | 0 | 0.2 | 279.48 | 0.9 | 0.42 |
| Hex | 8A | B | CC | 20 | 5F | 0 | 14 | 117 | 5A | 2A |
| Octal | 212 | 13 | 314 | 40 | 137 | 0 | 24 | 427 | 132 | 52 |
| Binary | 10001010 | 1011 | 11001100 | 100000 | 1011111 | 0 | 10100 | 100010111 | 1011010 | 101010 |
Color Harmonies of #8A0BCC
Complementary color
Monochromatic Colors of #8A0BCC
Black with #8A0BCC
Text Example
Text Example
White with #8A0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0BCC; }
p { color: rgb(138,11,204); }
H1.HeaderClassName
{
color: #8A0BCC;
}
.AnyTagClassName
{
color: #8A0BCC;
}
</style>
background-color css
<style>
a { background-color: #8A0BCC; }
a { background-color: rgb(138,11,204); }
div.DivClassName
{
background-color: #8A0BCC;
}
.BgClassName
{
background-color: #8A0BCC;
}
</style>
border-color css
<style>
span { border-color: #8A0BCC; }
span { border-color: rgb(138,11,204); }
td.TdClassName
{
border-color: #8A0BCC;
}
.TagClassName
{
border-color: #8A0BCC;
}
</style>