Shades of Blue Violet #8423DB
Tints of Blue Violet #8423DB
RGB
CMYK
RGB Variations
Color information
#8423DB (or 0x8423DB) is known color: Blue Violet. HEX triplet: 84, 23 and DB. RGB value is (132,35,219). Sum of RGB (Red+Green+Blue) = 132+35+219=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #8423DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8423DB is #7BDC24. Grayscale: #545454. Windows color (decimal): -8117285 or 14361476. OLE color: 14361476.
HSL color Cylindrical-coordinate representation of color #8423DB: hue angle of 271.63º degrees, saturation: 0.72, 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 #8423DB is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 35 | 219 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.14 |
| HSL | 271.63º | 0.72% | 0.5% | - |
| HSV(B) | 271.63º | 0.84% | 0.86% | - |
| XYZ | 22.9 | 11.22 | 67.98 | - |
| YUV | 84.98 | 203.64 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 219 | 0.40 | 0.84 | 0 | 0.14 | 271.63 | 0.72 | 0.5 |
| Hex | 84 | 23 | DB | 28 | 54 | 0 | E | 110 | 48 | 32 |
| Octal | 204 | 43 | 333 | 50 | 124 | 0 | 16 | 420 | 110 | 62 |
| Binary | 10000100 | 100011 | 11011011 | 101000 | 1010100 | 0 | 1110 | 100010000 | 1001000 | 110010 |
Color Harmonies of #8423DB
Complementary color
Monochromatic Colors of #8423DB
Black with #8423DB
Text Example
Text Example
White with #8423DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423DB; }
p { color: rgb(132,35,219); }
H1.HeaderClassName
{
color: #8423DB;
}
.AnyTagClassName
{
color: #8423DB;
}
</style>
background-color css
<style>
a { background-color: #8423DB; }
a { background-color: rgb(132,35,219); }
div.DivClassName
{
background-color: #8423DB;
}
.BgClassName
{
background-color: #8423DB;
}
</style>
border-color css
<style>
span { border-color: #8423DB; }
span { border-color: rgb(132,35,219); }
td.TdClassName
{
border-color: #8423DB;
}
.TagClassName
{
border-color: #8423DB;
}
</style>