Shades of Dark Violet #8A03C0
Tints of Dark Violet #8A03C0
RGB
CMYK
RGB Variations
Color information
#8A03C0 (or 0x8A03C0) is known color: Dark Violet. HEX triplet: 8A, 03 and C0. RGB value is (138,3,192). Sum of RGB (Red+Green+Blue) = 138+3+192=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #8A03C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A03C0 is #75FC3F. Grayscale: #404040. Windows color (decimal): -7732288 or 12583818. OLE color: 12583818.
HSL color Cylindrical-coordinate representation of color #8A03C0: hue angle of 282.86º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A03C0 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 3 | 192 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.25 |
| HSL | 282.86º | 0.97% | 0.38% | - |
| HSV(B) | 282.86º | 0.98% | 0.75% | - |
| XYZ | 20.03 | 9.27 | 50.6 | - |
| YUV | 64.91 | 199.73 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 192 | 0.28 | 0.98 | 0 | 0.25 | 282.86 | 0.97 | 0.38 |
| Hex | 8A | 3 | C0 | 1C | 62 | 0 | 19 | 11B | 61 | 26 |
| Octal | 212 | 3 | 300 | 34 | 142 | 0 | 31 | 433 | 141 | 46 |
| Binary | 10001010 | 11 | 11000000 | 11100 | 1100010 | 0 | 11001 | 100011011 | 1100001 | 100110 |
Color Harmonies of #8A03C0
Complementary color
Monochromatic Colors of #8A03C0
Black with #8A03C0
Text Example
Text Example
White with #8A03C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A03C0; }
p { color: rgb(138,3,192); }
H1.HeaderClassName
{
color: #8A03C0;
}
.AnyTagClassName
{
color: #8A03C0;
}
</style>
background-color css
<style>
a { background-color: #8A03C0; }
a { background-color: rgb(138,3,192); }
div.DivClassName
{
background-color: #8A03C0;
}
.BgClassName
{
background-color: #8A03C0;
}
</style>
border-color css
<style>
span { border-color: #8A03C0; }
span { border-color: rgb(138,3,192); }
td.TdClassName
{
border-color: #8A03C0;
}
.TagClassName
{
border-color: #8A03C0;
}
</style>