Shades of Blue Violet #8D2AFF
Tints of Blue Violet #8D2AFF
RGB
CMYK
RGB Variations
Color information
#8D2AFF (or 0x8D2AFF) is known color: Blue Violet. HEX triplet: 8D, 2A and FF. RGB value is (141,42,255). Sum of RGB (Red+Green+Blue) = 141+42+255=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D2AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D2AFF is #72D500. Grayscale: #5F5F5F. Windows color (decimal): -7525633 or 16722573. OLE color: 16722573.
HSL color Cylindrical-coordinate representation of color #8D2AFF: hue angle of 267.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D2AFF is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 42 | 255 | - |
| CMYK | 0.45 | 0.84 | 0 | 0 |
| HSL | 267.89º | 1% | 0.58% | - |
| HSV(B) | 267.89º | 0.84% | 1% | - |
| XYZ | 29.86 | 14.54 | 95.84 | - |
| YUV | 95.88 | 217.8 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 42 | 255 | 0.45 | 0.84 | 0 | 0 | 267.89 | 1 | 0.58 |
| Hex | 8D | 2A | FF | 2D | 54 | 0 | 0 | 10C | 64 | 3A |
| Octal | 215 | 52 | 377 | 55 | 124 | 0 | 0 | 414 | 144 | 72 |
| Binary | 10001101 | 101010 | 11111111 | 101101 | 1010100 | 0 | 0 | 100001100 | 1100100 | 111010 |
Color Harmonies of #8D2AFF
Complementary color
Monochromatic Colors of #8D2AFF
Black with #8D2AFF
Text Example
Text Example
White with #8D2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2AFF; }
p { color: rgb(141,42,255); }
H1.HeaderClassName
{
color: #8D2AFF;
}
.AnyTagClassName
{
color: #8D2AFF;
}
</style>
background-color css
<style>
a { background-color: #8D2AFF; }
a { background-color: rgb(141,42,255); }
div.DivClassName
{
background-color: #8D2AFF;
}
.BgClassName
{
background-color: #8D2AFF;
}
</style>
border-color css
<style>
span { border-color: #8D2AFF; }
span { border-color: rgb(141,42,255); }
td.TdClassName
{
border-color: #8D2AFF;
}
.TagClassName
{
border-color: #8D2AFF;
}
</style>