Shades of Blue Violet #8423FE
Tints of Blue Violet #8423FE
RGB
CMYK
RGB Variations
Color information
#8423FE (or 0x8423FE) is known color: Blue Violet. HEX triplet: 84, 23 and FE. RGB value is (132,35,254). Sum of RGB (Red+Green+Blue) = 132+35+254=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 35 (14.06% from 255 or 8.31% 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 #8423FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8423FE is #7BDC01. Grayscale: #585858. Windows color (decimal): -8117250 or 16655236. OLE color: 16655236.
HSL color Cylindrical-coordinate representation of color #8423FE: hue angle of 266.58º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8423FE is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 35 | 254 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.00 |
| HSL | 266.58º | 0.99% | 0.57% | - |
| HSV(B) | 266.58º | 0.86% | 1% | - |
| XYZ | 28.01 | 13.26 | 94.85 | - |
| YUV | 88.97 | 221.14 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 254 | 0.48 | 0.86 | 0 | 0.00 | 266.58 | 0.99 | 0.57 |
| Hex | 84 | 23 | FE | 30 | 56 | 0 | 0 | 10B | 63 | 39 |
| Octal | 204 | 43 | 376 | 60 | 126 | 0 | 0 | 413 | 143 | 71 |
| Binary | 10000100 | 100011 | 11111110 | 110000 | 1010110 | 0 | 0 | 100001011 | 1100011 | 111001 |
Color Harmonies of #8423FE
Complementary color
Monochromatic Colors of #8423FE
Black with #8423FE
Text Example
Text Example
White with #8423FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423FE; }
p { color: rgb(132,35,254); }
H1.HeaderClassName
{
color: #8423FE;
}
.AnyTagClassName
{
color: #8423FE;
}
</style>
background-color css
<style>
a { background-color: #8423FE; }
a { background-color: rgb(132,35,254); }
div.DivClassName
{
background-color: #8423FE;
}
.BgClassName
{
background-color: #8423FE;
}
</style>
border-color css
<style>
span { border-color: #8423FE; }
span { border-color: rgb(132,35,254); }
td.TdClassName
{
border-color: #8423FE;
}
.TagClassName
{
border-color: #8423FE;
}
</style>