Shades of Blue Violet #8D1AFE
Tints of Blue Violet #8D1AFE
RGB
CMYK
RGB Variations
Color information
#8D1AFE (or 0x8D1AFE) is known color: Blue Violet. HEX triplet: 8D, 1A and FE. RGB value is (141,26,254). Sum of RGB (Red+Green+Blue) = 141+26+254=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D1AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1AFE is #72E501. Grayscale: #555555. Windows color (decimal): -7529730 or 16652941. OLE color: 16652941.
HSL color Cylindrical-coordinate representation of color #8D1AFE: hue angle of 270.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D1AFE is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 26 | 254 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.00 |
| HSL | 270.26º | 0.99% | 0.55% | - |
| HSV(B) | 270.26º | 0.9% | 1% | - |
| XYZ | 29.24 | 13.56 | 94.84 | - |
| YUV | 86.38 | 222.6 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 254 | 0.44 | 0.90 | 0 | 0.00 | 270.26 | 0.99 | 0.55 |
| Hex | 8D | 1A | FE | 2C | 5A | 0 | 0 | 10E | 63 | 37 |
| Octal | 215 | 32 | 376 | 54 | 132 | 0 | 0 | 416 | 143 | 67 |
| Binary | 10001101 | 11010 | 11111110 | 101100 | 1011010 | 0 | 0 | 100001110 | 1100011 | 110111 |
Color Harmonies of #8D1AFE
Complementary color
Monochromatic Colors of #8D1AFE
Black with #8D1AFE
Text Example
Text Example
White with #8D1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1AFE; }
p { color: rgb(141,26,254); }
H1.HeaderClassName
{
color: #8D1AFE;
}
.AnyTagClassName
{
color: #8D1AFE;
}
</style>
background-color css
<style>
a { background-color: #8D1AFE; }
a { background-color: rgb(141,26,254); }
div.DivClassName
{
background-color: #8D1AFE;
}
.BgClassName
{
background-color: #8D1AFE;
}
</style>
border-color css
<style>
span { border-color: #8D1AFE; }
span { border-color: rgb(141,26,254); }
td.TdClassName
{
border-color: #8D1AFE;
}
.TagClassName
{
border-color: #8D1AFE;
}
</style>