Shades of Blue Violet #8D42FC
Tints of Blue Violet #8D42FC
RGB
CMYK
RGB Variations
Color information
#8D42FC (or 0x8D42FC) is known color: Blue Violet. HEX triplet: 8D, 42 and FC. RGB value is (141,66,252). Sum of RGB (Red+Green+Blue) = 141+66+252=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D42FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D42FC is #72BD03. Grayscale: #6C6C6C. Windows color (decimal): -7519492 or 16532109. OLE color: 16532109.
HSL color Cylindrical-coordinate representation of color #8D42FC: hue angle of 264.19º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D42FC is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 66 | 252 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.01 |
| HSL | 264.19º | 0.97% | 0.62% | - |
| HSV(B) | 264.19º | 0.74% | 0.99% | - |
| XYZ | 30.5 | 16.59 | 93.69 | - |
| YUV | 109.63 | 208.35 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 252 | 0.44 | 0.74 | 0 | 0.01 | 264.19 | 0.97 | 0.62 |
| Hex | 8D | 42 | FC | 2C | 4A | 0 | 1 | 108 | 61 | 3E |
| Octal | 215 | 102 | 374 | 54 | 112 | 0 | 1 | 410 | 141 | 76 |
| Binary | 10001101 | 1000010 | 11111100 | 101100 | 1001010 | 0 | 1 | 100001000 | 1100001 | 111110 |
Color Harmonies of #8D42FC
Complementary color
Monochromatic Colors of #8D42FC
Black with #8D42FC
Text Example
Text Example
White with #8D42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D42FC; }
p { color: rgb(141,66,252); }
H1.HeaderClassName
{
color: #8D42FC;
}
.AnyTagClassName
{
color: #8D42FC;
}
</style>
background-color css
<style>
a { background-color: #8D42FC; }
a { background-color: rgb(141,66,252); }
div.DivClassName
{
background-color: #8D42FC;
}
.BgClassName
{
background-color: #8D42FC;
}
</style>
border-color css
<style>
span { border-color: #8D42FC; }
span { border-color: rgb(141,66,252); }
td.TdClassName
{
border-color: #8D42FC;
}
.TagClassName
{
border-color: #8D42FC;
}
</style>