Shades of Dark Violet #8A00BC
Tints of Dark Violet #8A00BC
RGB
CMYK
RGB Variations
Color information
#8A00BC (or 0x8A00BC) is known color: Dark Violet. HEX triplet: 8A, 00 and BC. RGB value is (138,0,188). Sum of RGB (Red+Green+Blue) = 138+0+188=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A00BC is #75FF43. Grayscale: #3E3E3E. Windows color (decimal): -7733060 or 12320906. OLE color: 12320906.
HSL color Cylindrical-coordinate representation of color #8A00BC: hue angle of 284.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00BC is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 0 | 188 | - |
| CMYK | 0.27 | 1 | 0 | 0.26 |
| HSL | 284.04º | 1% | 0.37% | - |
| HSV(B) | 284.04º | 1% | 0.74% | - |
| XYZ | 19.56 | 9.03 | 48.29 | - |
| YUV | 62.69 | 198.72 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 188 | 0.27 | 1 | 0 | 0.26 | 284.04 | 1 | 0.37 |
| Hex | 8A | 0 | BC | 1B | 64 | 0 | 1A | 11C | 64 | 25 |
| Octal | 212 | 0 | 274 | 33 | 144 | 0 | 32 | 434 | 144 | 45 |
| Binary | 10001010 | 0 | 10111100 | 11011 | 1100100 | 0 | 11010 | 100011100 | 1100100 | 100101 |
Color Harmonies of #8A00BC
Complementary color
Monochromatic Colors of #8A00BC
Black with #8A00BC
Text Example
Text Example
White with #8A00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00BC; }
p { color: rgb(138,0,188); }
H1.HeaderClassName
{
color: #8A00BC;
}
.AnyTagClassName
{
color: #8A00BC;
}
</style>
background-color css
<style>
a { background-color: #8A00BC; }
a { background-color: rgb(138,0,188); }
div.DivClassName
{
background-color: #8A00BC;
}
.BgClassName
{
background-color: #8A00BC;
}
</style>
border-color css
<style>
span { border-color: #8A00BC; }
span { border-color: rgb(138,0,188); }
td.TdClassName
{
border-color: #8A00BC;
}
.TagClassName
{
border-color: #8A00BC;
}
</style>