Shades of Dark Violet #8A03BD
Tints of Dark Violet #8A03BD
RGB
CMYK
RGB Variations
Color information
#8A03BD (or 0x8A03BD) is known color: Dark Violet. HEX triplet: 8A, 03 and BD. RGB value is (138,3,189). Sum of RGB (Red+Green+Blue) = 138+3+189=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A03BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A03BD is #75FC42. Grayscale: #3F3F3F. Windows color (decimal): -7732291 or 12387210. OLE color: 12387210.
HSL color Cylindrical-coordinate representation of color #8A03BD: hue angle of 283.55º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A03BD is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 3 | 189 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.26 |
| HSL | 283.55º | 0.97% | 0.38% | - |
| HSV(B) | 283.55º | 0.98% | 0.74% | - |
| XYZ | 19.7 | 9.14 | 48.87 | - |
| YUV | 64.57 | 198.23 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 189 | 0.27 | 0.98 | 0 | 0.26 | 283.55 | 0.97 | 0.38 |
| Hex | 8A | 3 | BD | 1B | 62 | 0 | 1A | 11C | 61 | 26 |
| Octal | 212 | 3 | 275 | 33 | 142 | 0 | 32 | 434 | 141 | 46 |
| Binary | 10001010 | 11 | 10111101 | 11011 | 1100010 | 0 | 11010 | 100011100 | 1100001 | 100110 |
Color Harmonies of #8A03BD
Complementary color
Monochromatic Colors of #8A03BD
Black with #8A03BD
Text Example
Text Example
White with #8A03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A03BD; }
p { color: rgb(138,3,189); }
H1.HeaderClassName
{
color: #8A03BD;
}
.AnyTagClassName
{
color: #8A03BD;
}
</style>
background-color css
<style>
a { background-color: #8A03BD; }
a { background-color: rgb(138,3,189); }
div.DivClassName
{
background-color: #8A03BD;
}
.BgClassName
{
background-color: #8A03BD;
}
</style>
border-color css
<style>
span { border-color: #8A03BD; }
span { border-color: rgb(138,3,189); }
td.TdClassName
{
border-color: #8A03BD;
}
.TagClassName
{
border-color: #8A03BD;
}
</style>