Shades of Blue Violet #8D3AFC
Tints of Blue Violet #8D3AFC
RGB
CMYK
RGB Variations
Color information
#8D3AFC (or 0x8D3AFC) is known color: Blue Violet. HEX triplet: 8D, 3A and FC. RGB value is (141,58,252). Sum of RGB (Red+Green+Blue) = 141+58+252=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D3AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3AFC is #72C503. Grayscale: #686868. Windows color (decimal): -7521540 or 16530061. OLE color: 16530061.
HSL color Cylindrical-coordinate representation of color #8D3AFC: hue angle of 265.67º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D3AFC is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 58 | 252 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.01 |
| HSL | 265.67º | 0.97% | 0.61% | - |
| HSV(B) | 265.67º | 0.77% | 0.99% | - |
| XYZ | 30.07 | 15.72 | 93.54 | - |
| YUV | 104.93 | 211 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 252 | 0.44 | 0.77 | 0 | 0.01 | 265.67 | 0.97 | 0.61 |
| Hex | 8D | 3A | FC | 2C | 4D | 0 | 1 | 10A | 61 | 3D |
| Octal | 215 | 72 | 374 | 54 | 115 | 0 | 1 | 412 | 141 | 75 |
| Binary | 10001101 | 111010 | 11111100 | 101100 | 1001101 | 0 | 1 | 100001010 | 1100001 | 111101 |
Color Harmonies of #8D3AFC
Complementary color
Monochromatic Colors of #8D3AFC
Black with #8D3AFC
Text Example
Text Example
White with #8D3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3AFC; }
p { color: rgb(141,58,252); }
H1.HeaderClassName
{
color: #8D3AFC;
}
.AnyTagClassName
{
color: #8D3AFC;
}
</style>
background-color css
<style>
a { background-color: #8D3AFC; }
a { background-color: rgb(141,58,252); }
div.DivClassName
{
background-color: #8D3AFC;
}
.BgClassName
{
background-color: #8D3AFC;
}
</style>
border-color css
<style>
span { border-color: #8D3AFC; }
span { border-color: rgb(141,58,252); }
td.TdClassName
{
border-color: #8D3AFC;
}
.TagClassName
{
border-color: #8D3AFC;
}
</style>