Shades of Blue Violet #8E2FDA
Tints of Blue Violet #8E2FDA
RGB
CMYK
RGB Variations
Color information
#8E2FDA (or 0x8E2FDA) is known color: Blue Violet. HEX triplet: 8E, 2F and DA. RGB value is (142,47,218). Sum of RGB (Red+Green+Blue) = 142+47+218=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E2FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2FDA is #71D025. Grayscale: #5E5E5E. Windows color (decimal): -7458854 or 14299022. OLE color: 14299022.
HSL color Cylindrical-coordinate representation of color #8E2FDA: hue angle of 273.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E2FDA is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 47 | 218 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.15 |
| HSL | 273.33º | 0.7% | 0.52% | - |
| HSV(B) | 273.33º | 0.78% | 0.85% | - |
| XYZ | 24.83 | 12.85 | 67.5 | - |
| YUV | 94.9 | 197.47 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 47 | 218 | 0.35 | 0.78 | 0 | 0.15 | 273.33 | 0.7 | 0.52 |
| Hex | 8E | 2F | DA | 23 | 4E | 0 | F | 111 | 46 | 34 |
| Octal | 216 | 57 | 332 | 43 | 116 | 0 | 17 | 421 | 106 | 64 |
| Binary | 10001110 | 101111 | 11011010 | 100011 | 1001110 | 0 | 1111 | 100010001 | 1000110 | 110100 |
Color Harmonies of #8E2FDA
Complementary color
Monochromatic Colors of #8E2FDA
Black with #8E2FDA
Text Example
Text Example
White with #8E2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2FDA; }
p { color: rgb(142,47,218); }
H1.HeaderClassName
{
color: #8E2FDA;
}
.AnyTagClassName
{
color: #8E2FDA;
}
</style>
background-color css
<style>
a { background-color: #8E2FDA; }
a { background-color: rgb(142,47,218); }
div.DivClassName
{
background-color: #8E2FDA;
}
.BgClassName
{
background-color: #8E2FDA;
}
</style>
border-color css
<style>
span { border-color: #8E2FDA; }
span { border-color: rgb(142,47,218); }
td.TdClassName
{
border-color: #8E2FDA;
}
.TagClassName
{
border-color: #8E2FDA;
}
</style>