Shades of Blue Violet #8423DC
Tints of Blue Violet #8423DC
RGB
CMYK
RGB Variations
Color information
#8423DC (or 0x8423DC) is known color: Blue Violet. HEX triplet: 84, 23 and DC. RGB value is (132,35,220). Sum of RGB (Red+Green+Blue) = 132+35+220=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #8423DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8423DC is #7BDC23. Grayscale: #545454. Windows color (decimal): -8117284 or 14427012. OLE color: 14427012.
HSL color Cylindrical-coordinate representation of color #8423DC: hue angle of 271.46º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8423DC is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 35 | 220 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.14 |
| HSL | 271.46º | 0.73% | 0.5% | - |
| HSV(B) | 271.46º | 0.84% | 0.86% | - |
| XYZ | 23.04 | 11.27 | 68.67 | - |
| YUV | 85.09 | 204.14 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 220 | 0.40 | 0.84 | 0 | 0.14 | 271.46 | 0.73 | 0.5 |
| Hex | 84 | 23 | DC | 28 | 54 | 0 | E | 10F | 49 | 32 |
| Octal | 204 | 43 | 334 | 50 | 124 | 0 | 16 | 417 | 111 | 62 |
| Binary | 10000100 | 100011 | 11011100 | 101000 | 1010100 | 0 | 1110 | 100001111 | 1001001 | 110010 |
Color Harmonies of #8423DC
Complementary color
Monochromatic Colors of #8423DC
Black with #8423DC
Text Example
Text Example
White with #8423DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423DC; }
p { color: rgb(132,35,220); }
H1.HeaderClassName
{
color: #8423DC;
}
.AnyTagClassName
{
color: #8423DC;
}
</style>
background-color css
<style>
a { background-color: #8423DC; }
a { background-color: rgb(132,35,220); }
div.DivClassName
{
background-color: #8423DC;
}
.BgClassName
{
background-color: #8423DC;
}
</style>
border-color css
<style>
span { border-color: #8423DC; }
span { border-color: rgb(132,35,220); }
td.TdClassName
{
border-color: #8423DC;
}
.TagClassName
{
border-color: #8423DC;
}
</style>