Shades of Dark Violet #8A03BE
Tints of Dark Violet #8A03BE
RGB
CMYK
RGB Variations
Color information
#8A03BE (or 0x8A03BE) is known color: Dark Violet. HEX triplet: 8A, 03 and BE. RGB value is (138,3,190). Sum of RGB (Red+Green+Blue) = 138+3+190=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A03BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A03BE is #75FC41. Grayscale: #404040. Windows color (decimal): -7732290 or 12452746. OLE color: 12452746.
HSL color Cylindrical-coordinate representation of color #8A03BE: hue angle of 283.32º 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 #8A03BE is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 3 | 190 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.25 |
| HSL | 283.32º | 0.97% | 0.38% | - |
| HSV(B) | 283.32º | 0.98% | 0.75% | - |
| XYZ | 19.81 | 9.19 | 49.44 | - |
| YUV | 64.68 | 198.73 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 190 | 0.27 | 0.98 | 0 | 0.25 | 283.32 | 0.97 | 0.38 |
| Hex | 8A | 3 | BE | 1B | 62 | 0 | 19 | 11B | 61 | 26 |
| Octal | 212 | 3 | 276 | 33 | 142 | 0 | 31 | 433 | 141 | 46 |
| Binary | 10001010 | 11 | 10111110 | 11011 | 1100010 | 0 | 11001 | 100011011 | 1100001 | 100110 |
Color Harmonies of #8A03BE
Complementary color
Monochromatic Colors of #8A03BE
Black with #8A03BE
Text Example
Text Example
White with #8A03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A03BE; }
p { color: rgb(138,3,190); }
H1.HeaderClassName
{
color: #8A03BE;
}
.AnyTagClassName
{
color: #8A03BE;
}
</style>
background-color css
<style>
a { background-color: #8A03BE; }
a { background-color: rgb(138,3,190); }
div.DivClassName
{
background-color: #8A03BE;
}
.BgClassName
{
background-color: #8A03BE;
}
</style>
border-color css
<style>
span { border-color: #8A03BE; }
span { border-color: rgb(138,3,190); }
td.TdClassName
{
border-color: #8A03BE;
}
.TagClassName
{
border-color: #8A03BE;
}
</style>