Shades of Blue Violet #8423ED
Tints of Blue Violet #8423ED
RGB
CMYK
RGB Variations
Color information
#8423ED (or 0x8423ED) is known color: Blue Violet. HEX triplet: 84, 23 and ED. RGB value is (132,35,237). Sum of RGB (Red+Green+Blue) = 132+35+237=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #8423ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8423ED is #7BDC12. Grayscale: #565656. Windows color (decimal): -8117267 or 15541124. OLE color: 15541124.
HSL color Cylindrical-coordinate representation of color #8423ED: hue angle of 268.81º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8423ED is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 35 | 237 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.07 |
| HSL | 268.81º | 0.85% | 0.53% | - |
| HSV(B) | 268.81º | 0.85% | 0.93% | - |
| XYZ | 25.4 | 12.22 | 81.14 | - |
| YUV | 87.03 | 212.64 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 237 | 0.44 | 0.85 | 0 | 0.07 | 268.81 | 0.85 | 0.53 |
| Hex | 84 | 23 | ED | 2C | 55 | 0 | 7 | 10D | 55 | 35 |
| Octal | 204 | 43 | 355 | 54 | 125 | 0 | 7 | 415 | 125 | 65 |
| Binary | 10000100 | 100011 | 11101101 | 101100 | 1010101 | 0 | 111 | 100001101 | 1010101 | 110101 |
Color Harmonies of #8423ED
Complementary color
Monochromatic Colors of #8423ED
Black with #8423ED
Text Example
Text Example
White with #8423ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423ED; }
p { color: rgb(132,35,237); }
H1.HeaderClassName
{
color: #8423ED;
}
.AnyTagClassName
{
color: #8423ED;
}
</style>
background-color css
<style>
a { background-color: #8423ED; }
a { background-color: rgb(132,35,237); }
div.DivClassName
{
background-color: #8423ED;
}
.BgClassName
{
background-color: #8423ED;
}
</style>
border-color css
<style>
span { border-color: #8423ED; }
span { border-color: rgb(132,35,237); }
td.TdClassName
{
border-color: #8423ED;
}
.TagClassName
{
border-color: #8423ED;
}
</style>