Shades of Blue Violet #8D1CFC
Tints of Blue Violet #8D1CFC
RGB
CMYK
RGB Variations
Color information
#8D1CFC (or 0x8D1CFC) is known color: Blue Violet. HEX triplet: 8D, 1C and FC. RGB value is (141,28,252). Sum of RGB (Red+Green+Blue) = 141+28+252=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D1CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1CFC is #72E303. Grayscale: #565656. Windows color (decimal): -7529220 or 16522381. OLE color: 16522381.
HSL color Cylindrical-coordinate representation of color #8D1CFC: hue angle of 270.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1CFC is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 28 | 252 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.01 |
| HSL | 270.27º | 0.97% | 0.55% | - |
| HSV(B) | 270.27º | 0.89% | 0.99% | - |
| XYZ | 28.97 | 13.52 | 93.18 | - |
| YUV | 87.32 | 220.94 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 252 | 0.44 | 0.89 | 0 | 0.01 | 270.27 | 0.97 | 0.55 |
| Hex | 8D | 1C | FC | 2C | 59 | 0 | 1 | 10E | 61 | 37 |
| Octal | 215 | 34 | 374 | 54 | 131 | 0 | 1 | 416 | 141 | 67 |
| Binary | 10001101 | 11100 | 11111100 | 101100 | 1011001 | 0 | 1 | 100001110 | 1100001 | 110111 |
Color Harmonies of #8D1CFC
Complementary color
Monochromatic Colors of #8D1CFC
Black with #8D1CFC
Text Example
Text Example
White with #8D1CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1CFC; }
p { color: rgb(141,28,252); }
H1.HeaderClassName
{
color: #8D1CFC;
}
.AnyTagClassName
{
color: #8D1CFC;
}
</style>
background-color css
<style>
a { background-color: #8D1CFC; }
a { background-color: rgb(141,28,252); }
div.DivClassName
{
background-color: #8D1CFC;
}
.BgClassName
{
background-color: #8D1CFC;
}
</style>
border-color css
<style>
span { border-color: #8D1CFC; }
span { border-color: rgb(141,28,252); }
td.TdClassName
{
border-color: #8D1CFC;
}
.TagClassName
{
border-color: #8D1CFC;
}
</style>