Shades of Blue Violet #8D32FD
Tints of Blue Violet #8D32FD
RGB
CMYK
RGB Variations
Color information
#8D32FD (or 0x8D32FD) is known color: Blue Violet. HEX triplet: 8D, 32 and FD. RGB value is (141,50,253). Sum of RGB (Red+Green+Blue) = 141+50+253=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D32FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D32FD is #72CD02. Grayscale: #636363. Windows color (decimal): -7523587 or 16593549. OLE color: 16593549.
HSL color Cylindrical-coordinate representation of color #8D32FD: hue angle of 266.9º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D32FD is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 50 | 253 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.01 |
| HSL | 266.9º | 0.98% | 0.59% | - |
| HSV(B) | 266.9º | 0.8% | 0.99% | - |
| XYZ | 29.85 | 15.04 | 94.26 | - |
| YUV | 100.35 | 214.15 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 253 | 0.44 | 0.80 | 0 | 0.01 | 266.9 | 0.98 | 0.59 |
| Hex | 8D | 32 | FD | 2C | 50 | 0 | 1 | 10B | 62 | 3B |
| Octal | 215 | 62 | 375 | 54 | 120 | 0 | 1 | 413 | 142 | 73 |
| Binary | 10001101 | 110010 | 11111101 | 101100 | 1010000 | 0 | 1 | 100001011 | 1100010 | 111011 |
Color Harmonies of #8D32FD
Complementary color
Monochromatic Colors of #8D32FD
Black with #8D32FD
Text Example
Text Example
White with #8D32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D32FD; }
p { color: rgb(141,50,253); }
H1.HeaderClassName
{
color: #8D32FD;
}
.AnyTagClassName
{
color: #8D32FD;
}
</style>
background-color css
<style>
a { background-color: #8D32FD; }
a { background-color: rgb(141,50,253); }
div.DivClassName
{
background-color: #8D32FD;
}
.BgClassName
{
background-color: #8D32FD;
}
</style>
border-color css
<style>
span { border-color: #8D32FD; }
span { border-color: rgb(141,50,253); }
td.TdClassName
{
border-color: #8D32FD;
}
.TagClassName
{
border-color: #8D32FD;
}
</style>