Shades of Blue Violet #8D4AFC
Tints of Blue Violet #8D4AFC
RGB
CMYK
RGB Variations
Color information
#8D4AFC (or 0x8D4AFC) is known color: Blue Violet. HEX triplet: 8D, 4A and FC. RGB value is (141,74,252). Sum of RGB (Red+Green+Blue) = 141+74+252=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D4AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4AFC is #72B503. Grayscale: #717171. Windows color (decimal): -7517444 or 16534157. OLE color: 16534157.
HSL color Cylindrical-coordinate representation of color #8D4AFC: hue angle of 262.58º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D4AFC is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 74 | 252 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.01 |
| HSL | 262.58º | 0.97% | 0.64% | - |
| HSV(B) | 262.58º | 0.71% | 0.99% | - |
| XYZ | 31 | 17.59 | 93.86 | - |
| YUV | 114.33 | 205.7 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 252 | 0.44 | 0.71 | 0 | 0.01 | 262.58 | 0.97 | 0.64 |
| Hex | 8D | 4A | FC | 2C | 47 | 0 | 1 | 107 | 61 | 40 |
| Octal | 215 | 112 | 374 | 54 | 107 | 0 | 1 | 407 | 141 | 100 |
| Binary | 10001101 | 1001010 | 11111100 | 101100 | 1000111 | 0 | 1 | 100000111 | 1100001 | 1000000 |
Color Harmonies of #8D4AFC
Complementary color
Monochromatic Colors of #8D4AFC
Black with #8D4AFC
Text Example
Text Example
White with #8D4AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4AFC; }
p { color: rgb(141,74,252); }
H1.HeaderClassName
{
color: #8D4AFC;
}
.AnyTagClassName
{
color: #8D4AFC;
}
</style>
background-color css
<style>
a { background-color: #8D4AFC; }
a { background-color: rgb(141,74,252); }
div.DivClassName
{
background-color: #8D4AFC;
}
.BgClassName
{
background-color: #8D4AFC;
}
</style>
border-color css
<style>
span { border-color: #8D4AFC; }
span { border-color: rgb(141,74,252); }
td.TdClassName
{
border-color: #8D4AFC;
}
.TagClassName
{
border-color: #8D4AFC;
}
</style>