Shades of Blue Violet #8430DB
Tints of Blue Violet #8430DB
RGB
CMYK
RGB Variations
Color information
#8430DB (or 0x8430DB) is known color: Blue Violet. HEX triplet: 84, 30 and DB. RGB value is (132,48,219). Sum of RGB (Red+Green+Blue) = 132+48+219=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #8430DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8430DB is #7BCF24. Grayscale: #5C5C5C. Windows color (decimal): -8113957 or 14364804. OLE color: 14364804.
HSL color Cylindrical-coordinate representation of color #8430DB: hue angle of 269.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8430DB is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 48 | 219 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.14 |
| HSL | 269.47º | 0.7% | 0.52% | - |
| HSV(B) | 269.47º | 0.78% | 0.86% | - |
| XYZ | 23.36 | 12.13 | 68.13 | - |
| YUV | 92.61 | 199.33 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 219 | 0.40 | 0.78 | 0 | 0.14 | 269.47 | 0.7 | 0.52 |
| Hex | 84 | 30 | DB | 28 | 4E | 0 | E | 10D | 46 | 34 |
| Octal | 204 | 60 | 333 | 50 | 116 | 0 | 16 | 415 | 106 | 64 |
| Binary | 10000100 | 110000 | 11011011 | 101000 | 1001110 | 0 | 1110 | 100001101 | 1000110 | 110100 |
Color Harmonies of #8430DB
Complementary color
Monochromatic Colors of #8430DB
Black with #8430DB
Text Example
Text Example
White with #8430DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430DB; }
p { color: rgb(132,48,219); }
H1.HeaderClassName
{
color: #8430DB;
}
.AnyTagClassName
{
color: #8430DB;
}
</style>
background-color css
<style>
a { background-color: #8430DB; }
a { background-color: rgb(132,48,219); }
div.DivClassName
{
background-color: #8430DB;
}
.BgClassName
{
background-color: #8430DB;
}
</style>
border-color css
<style>
span { border-color: #8430DB; }
span { border-color: rgb(132,48,219); }
td.TdClassName
{
border-color: #8430DB;
}
.TagClassName
{
border-color: #8430DB;
}
</style>