Shades of Dark Violet #8A00B8
Tints of Dark Violet #8A00B8
RGB
CMYK
RGB Variations
Color information
#8A00B8 (or 0x8A00B8) is known color: Dark Violet. HEX triplet: 8A, 00 and B8. RGB value is (138,0,184). Sum of RGB (Red+Green+Blue) = 138+0+184=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 184 (72.27% from 255 or 57.14% from 322); Max value from RGB is 184 - color contains mainly: blue. Hex color #8A00B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A00B8 is #75FF47. Grayscale: #3D3D3D. Windows color (decimal): -7733064 or 12058762. OLE color: 12058762.
HSL color Cylindrical-coordinate representation of color #8A00B8: hue angle of 285º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00B8 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 0 | 184 | - |
| CMYK | 0.25 | 1 | 0 | 0.28 |
| HSL | 285º | 1% | 0.36% | - |
| HSV(B) | 285º | 1% | 0.72% | - |
| XYZ | 19.13 | 8.86 | 46.05 | - |
| YUV | 62.24 | 196.72 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 184 | 0.25 | 1 | 0 | 0.28 | 285 | 1 | 0.36 |
| Hex | 8A | 0 | B8 | 19 | 64 | 0 | 1C | 11D | 64 | 24 |
| Octal | 212 | 0 | 270 | 31 | 144 | 0 | 34 | 435 | 144 | 44 |
| Binary | 10001010 | 0 | 10111000 | 11001 | 1100100 | 0 | 11100 | 100011101 | 1100100 | 100100 |
Color Harmonies of #8A00B8
Complementary color
Monochromatic Colors of #8A00B8
Black with #8A00B8
Text Example
Text Example
White with #8A00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00B8; }
p { color: rgb(138,0,184); }
H1.HeaderClassName
{
color: #8A00B8;
}
.AnyTagClassName
{
color: #8A00B8;
}
</style>
background-color css
<style>
a { background-color: #8A00B8; }
a { background-color: rgb(138,0,184); }
div.DivClassName
{
background-color: #8A00B8;
}
.BgClassName
{
background-color: #8A00B8;
}
</style>
border-color css
<style>
span { border-color: #8A00B8; }
span { border-color: rgb(138,0,184); }
td.TdClassName
{
border-color: #8A00B8;
}
.TagClassName
{
border-color: #8A00B8;
}
</style>