Shades of Blue Violet #8D2CF8
Tints of Blue Violet #8D2CF8
RGB
CMYK
RGB Variations
Color information
#8D2CF8 (or 0x8D2CF8) is known color: Blue Violet. HEX triplet: 8D, 2C and F8. RGB value is (141,44,248). Sum of RGB (Red+Green+Blue) = 141+44+248=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 248 (97.27% from 255 or 57.27% from 433); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D2CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D2CF8 is #72D307. Grayscale: #5F5F5F. Windows color (decimal): -7525128 or 16264333. OLE color: 16264333.
HSL color Cylindrical-coordinate representation of color #8D2CF8: hue angle of 268.53º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D2CF8 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 44 | 248 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.03 |
| HSL | 268.53º | 0.94% | 0.57% | - |
| HSV(B) | 268.53º | 0.82% | 0.97% | - |
| XYZ | 28.83 | 14.24 | 90.04 | - |
| YUV | 96.26 | 213.64 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 248 | 0.43 | 0.82 | 0 | 0.03 | 268.53 | 0.94 | 0.57 |
| Hex | 8D | 2C | F8 | 2B | 52 | 0 | 3 | 10D | 5E | 39 |
| Octal | 215 | 54 | 370 | 53 | 122 | 0 | 3 | 415 | 136 | 71 |
| Binary | 10001101 | 101100 | 11111000 | 101011 | 1010010 | 0 | 11 | 100001101 | 1011110 | 111001 |
Color Harmonies of #8D2CF8
Complementary color
Monochromatic Colors of #8D2CF8
Black with #8D2CF8
Text Example
Text Example
White with #8D2CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2CF8; }
p { color: rgb(141,44,248); }
H1.HeaderClassName
{
color: #8D2CF8;
}
.AnyTagClassName
{
color: #8D2CF8;
}
</style>
background-color css
<style>
a { background-color: #8D2CF8; }
a { background-color: rgb(141,44,248); }
div.DivClassName
{
background-color: #8D2CF8;
}
.BgClassName
{
background-color: #8D2CF8;
}
</style>
border-color css
<style>
span { border-color: #8D2CF8; }
span { border-color: rgb(141,44,248); }
td.TdClassName
{
border-color: #8D2CF8;
}
.TagClassName
{
border-color: #8D2CF8;
}
</style>