Shades of Blue Violet #8E23DF
Tints of Blue Violet #8E23DF
RGB
CMYK
RGB Variations
Color information
#8E23DF (or 0x8E23DF) is known color: Blue Violet. HEX triplet: 8E, 23 and DF. RGB value is (142,35,223). Sum of RGB (Red+Green+Blue) = 142+35+223=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E23DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E23DF is #71DC20. Grayscale: #575757. Windows color (decimal): -7461921 or 14623630. OLE color: 14623630.
HSL color Cylindrical-coordinate representation of color #8E23DF: hue angle of 274.15º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E23DF is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 35 | 223 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.13 |
| HSL | 274.15º | 0.75% | 0.51% | - |
| HSV(B) | 274.15º | 0.84% | 0.87% | - |
| XYZ | 25.08 | 12.28 | 70.86 | - |
| YUV | 88.43 | 203.95 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 35 | 223 | 0.36 | 0.84 | 0 | 0.13 | 274.15 | 0.75 | 0.51 |
| Hex | 8E | 23 | DF | 24 | 54 | 0 | D | 112 | 4B | 33 |
| Octal | 216 | 43 | 337 | 44 | 124 | 0 | 15 | 422 | 113 | 63 |
| Binary | 10001110 | 100011 | 11011111 | 100100 | 1010100 | 0 | 1101 | 100010010 | 1001011 | 110011 |
Color Harmonies of #8E23DF
Complementary color
Monochromatic Colors of #8E23DF
Black with #8E23DF
Text Example
Text Example
White with #8E23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E23DF; }
p { color: rgb(142,35,223); }
H1.HeaderClassName
{
color: #8E23DF;
}
.AnyTagClassName
{
color: #8E23DF;
}
</style>
background-color css
<style>
a { background-color: #8E23DF; }
a { background-color: rgb(142,35,223); }
div.DivClassName
{
background-color: #8E23DF;
}
.BgClassName
{
background-color: #8E23DF;
}
</style>
border-color css
<style>
span { border-color: #8E23DF; }
span { border-color: rgb(142,35,223); }
td.TdClassName
{
border-color: #8E23DF;
}
.TagClassName
{
border-color: #8E23DF;
}
</style>