Shades of Blue Violet #8418DB
Tints of Blue Violet #8418DB
RGB
CMYK
RGB Variations
Color information
#8418DB (or 0x8418DB) is known color: Blue Violet. HEX triplet: 84, 18 and DB. RGB value is (132,24,219). Sum of RGB (Red+Green+Blue) = 132+24+219=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #8418DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8418DB is #7BE724. Grayscale: #4D4D4D. Windows color (decimal): -8120101 or 14358660. OLE color: 14358660.
HSL color Cylindrical-coordinate representation of color #8418DB: hue angle of 273.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8418DB is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 24 | 219 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.14 |
| HSL | 273.23º | 0.8% | 0.48% | - |
| HSV(B) | 273.23º | 0.89% | 0.86% | - |
| XYZ | 22.63 | 10.67 | 67.89 | - |
| YUV | 78.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 219 | 0.40 | 0.89 | 0 | 0.14 | 273.23 | 0.8 | 0.48 |
| Hex | 84 | 18 | DB | 28 | 59 | 0 | E | 111 | 50 | 30 |
| Octal | 204 | 30 | 333 | 50 | 131 | 0 | 16 | 421 | 120 | 60 |
| Binary | 10000100 | 11000 | 11011011 | 101000 | 1011001 | 0 | 1110 | 100010001 | 1010000 | 110000 |
Color Harmonies of #8418DB
Complementary color
Monochromatic Colors of #8418DB
Black with #8418DB
Text Example
Text Example
White with #8418DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8418DB; }
p { color: rgb(132,24,219); }
H1.HeaderClassName
{
color: #8418DB;
}
.AnyTagClassName
{
color: #8418DB;
}
</style>
background-color css
<style>
a { background-color: #8418DB; }
a { background-color: rgb(132,24,219); }
div.DivClassName
{
background-color: #8418DB;
}
.BgClassName
{
background-color: #8418DB;
}
</style>
border-color css
<style>
span { border-color: #8418DB; }
span { border-color: rgb(132,24,219); }
td.TdClassName
{
border-color: #8418DB;
}
.TagClassName
{
border-color: #8418DB;
}
</style>