Shades of Blue Violet #8D2FFF
Tints of Blue Violet #8D2FFF
RGB
CMYK
RGB Variations
Color information
#8D2FFF (or 0x8D2FFF) is known color: Blue Violet. HEX triplet: 8D, 2F and FF. RGB value is (141,47,255). Sum of RGB (Red+Green+Blue) = 141+47+255=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D2FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D2FFF is #72D000. Grayscale: #626262. Windows color (decimal): -7524353 or 16723853. OLE color: 16723853.
HSL color Cylindrical-coordinate representation of color #8D2FFF: hue angle of 267.12º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D2FFF is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 47 | 255 | - |
| CMYK | 0.45 | 0.82 | 0 | 0 |
| HSL | 267.12º | 1% | 0.59% | - |
| HSV(B) | 267.12º | 0.82% | 1% | - |
| XYZ | 30.05 | 14.92 | 95.9 | - |
| YUV | 98.82 | 216.14 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 255 | 0.45 | 0.82 | 0 | 0 | 267.12 | 1 | 0.59 |
| Hex | 8D | 2F | FF | 2D | 52 | 0 | 0 | 10B | 64 | 3B |
| Octal | 215 | 57 | 377 | 55 | 122 | 0 | 0 | 413 | 144 | 73 |
| Binary | 10001101 | 101111 | 11111111 | 101101 | 1010010 | 0 | 0 | 100001011 | 1100100 | 111011 |
Color Harmonies of #8D2FFF
Complementary color
Monochromatic Colors of #8D2FFF
Black with #8D2FFF
Text Example
Text Example
White with #8D2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2FFF; }
p { color: rgb(141,47,255); }
H1.HeaderClassName
{
color: #8D2FFF;
}
.AnyTagClassName
{
color: #8D2FFF;
}
</style>
background-color css
<style>
a { background-color: #8D2FFF; }
a { background-color: rgb(141,47,255); }
div.DivClassName
{
background-color: #8D2FFF;
}
.BgClassName
{
background-color: #8D2FFF;
}
</style>
border-color css
<style>
span { border-color: #8D2FFF; }
span { border-color: rgb(141,47,255); }
td.TdClassName
{
border-color: #8D2FFF;
}
.TagClassName
{
border-color: #8D2FFF;
}
</style>