Shades of Dark Violet #8A03B4
Tints of Dark Violet #8A03B4
RGB
CMYK
RGB Variations
Color information
#8A03B4 (or 0x8A03B4) is known color: Dark Violet. HEX triplet: 8A, 03 and B4. RGB value is (138,3,180). Sum of RGB (Red+Green+Blue) = 138+3+180=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A03B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A03B4 is #75FC4B. Grayscale: #3E3E3E. Windows color (decimal): -7732300 or 11797386. OLE color: 11797386.
HSL color Cylindrical-coordinate representation of color #8A03B4: hue angle of 285.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A03B4 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 3 | 180 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.29 |
| HSL | 285.76º | 0.97% | 0.36% | - |
| HSV(B) | 285.76º | 0.98% | 0.71% | - |
| XYZ | 18.75 | 8.76 | 43.88 | - |
| YUV | 63.54 | 193.73 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 180 | 0.23 | 0.98 | 0 | 0.29 | 285.76 | 0.97 | 0.36 |
| Hex | 8A | 3 | B4 | 17 | 62 | 0 | 1D | 11E | 61 | 24 |
| Octal | 212 | 3 | 264 | 27 | 142 | 0 | 35 | 436 | 141 | 44 |
| Binary | 10001010 | 11 | 10110100 | 10111 | 1100010 | 0 | 11101 | 100011110 | 1100001 | 100100 |
Color Harmonies of #8A03B4
Complementary color
Monochromatic Colors of #8A03B4
Black with #8A03B4
Text Example
Text Example
White with #8A03B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A03B4; }
p { color: rgb(138,3,180); }
H1.HeaderClassName
{
color: #8A03B4;
}
.AnyTagClassName
{
color: #8A03B4;
}
</style>
background-color css
<style>
a { background-color: #8A03B4; }
a { background-color: rgb(138,3,180); }
div.DivClassName
{
background-color: #8A03B4;
}
.BgClassName
{
background-color: #8A03B4;
}
</style>
border-color css
<style>
span { border-color: #8A03B4; }
span { border-color: rgb(138,3,180); }
td.TdClassName
{
border-color: #8A03B4;
}
.TagClassName
{
border-color: #8A03B4;
}
</style>