Shades of Blue Violet #8D1CFB
Tints of Blue Violet #8D1CFB
RGB
CMYK
RGB Variations
Color information
#8D1CFB (or 0x8D1CFB) is known color: Blue Violet. HEX triplet: 8D, 1C and FB. RGB value is (141,28,251). Sum of RGB (Red+Green+Blue) = 141+28+251=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D1CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1CFB is #72E304. Grayscale: #565656. Windows color (decimal): -7529221 or 16456845. OLE color: 16456845.
HSL color Cylindrical-coordinate representation of color #8D1CFB: hue angle of 270.4º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1CFB is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 28 | 251 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.02 |
| HSL | 270.4º | 0.97% | 0.55% | - |
| HSV(B) | 270.4º | 0.89% | 0.98% | - |
| XYZ | 28.81 | 13.46 | 92.35 | - |
| YUV | 87.21 | 220.44 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 251 | 0.44 | 0.89 | 0 | 0.02 | 270.4 | 0.97 | 0.55 |
| Hex | 8D | 1C | FB | 2C | 59 | 0 | 2 | 10E | 61 | 37 |
| Octal | 215 | 34 | 373 | 54 | 131 | 0 | 2 | 416 | 141 | 67 |
| Binary | 10001101 | 11100 | 11111011 | 101100 | 1011001 | 0 | 10 | 100001110 | 1100001 | 110111 |
Color Harmonies of #8D1CFB
Complementary color
Monochromatic Colors of #8D1CFB
Black with #8D1CFB
Text Example
Text Example
White with #8D1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1CFB; }
p { color: rgb(141,28,251); }
H1.HeaderClassName
{
color: #8D1CFB;
}
.AnyTagClassName
{
color: #8D1CFB;
}
</style>
background-color css
<style>
a { background-color: #8D1CFB; }
a { background-color: rgb(141,28,251); }
div.DivClassName
{
background-color: #8D1CFB;
}
.BgClassName
{
background-color: #8D1CFB;
}
</style>
border-color css
<style>
span { border-color: #8D1CFB; }
span { border-color: rgb(141,28,251); }
td.TdClassName
{
border-color: #8D1CFB;
}
.TagClassName
{
border-color: #8D1CFB;
}
</style>