Shades of Dark Violet #8A17BD
Tints of Dark Violet #8A17BD
RGB
CMYK
RGB Variations
Color information
#8A17BD (or 0x8A17BD) is known color: Dark Violet. HEX triplet: 8A, 17 and BD. RGB value is (138,23,189). Sum of RGB (Red+Green+Blue) = 138+23+189=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A17BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A17BD is #75E842. Grayscale: #4B4B4B. Windows color (decimal): -7727171 or 12392330. OLE color: 12392330.
HSL color Cylindrical-coordinate representation of color #8A17BD: hue angle of 281.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A17BD is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 23 | 189 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.26 |
| HSL | 281.57º | 0.78% | 0.42% | - |
| HSV(B) | 281.57º | 0.88% | 0.74% | - |
| XYZ | 19.97 | 9.69 | 48.96 | - |
| YUV | 76.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 189 | 0.27 | 0.88 | 0 | 0.26 | 281.57 | 0.78 | 0.42 |
| Hex | 8A | 17 | BD | 1B | 58 | 0 | 1A | 11A | 4E | 2A |
| Octal | 212 | 27 | 275 | 33 | 130 | 0 | 32 | 432 | 116 | 52 |
| Binary | 10001010 | 10111 | 10111101 | 11011 | 1011000 | 0 | 11010 | 100011010 | 1001110 | 101010 |
Color Harmonies of #8A17BD
Complementary color
Monochromatic Colors of #8A17BD
Black with #8A17BD
Text Example
Text Example
White with #8A17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A17BD; }
p { color: rgb(138,23,189); }
H1.HeaderClassName
{
color: #8A17BD;
}
.AnyTagClassName
{
color: #8A17BD;
}
</style>
background-color css
<style>
a { background-color: #8A17BD; }
a { background-color: rgb(138,23,189); }
div.DivClassName
{
background-color: #8A17BD;
}
.BgClassName
{
background-color: #8A17BD;
}
</style>
border-color css
<style>
span { border-color: #8A17BD; }
span { border-color: rgb(138,23,189); }
td.TdClassName
{
border-color: #8A17BD;
}
.TagClassName
{
border-color: #8A17BD;
}
</style>