Shades of Blue Violet #8732DB
Tints of Blue Violet #8732DB
RGB
CMYK
RGB Variations
Color information
#8732DB (or 0x8732DB) is known color: Blue Violet. HEX triplet: 87, 32 and DB. RGB value is (135,50,219). Sum of RGB (Red+Green+Blue) = 135+50+219=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #8732DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8732DB is #78CD24. Grayscale: #5E5E5E. Windows color (decimal): -7916837 or 14365319. OLE color: 14365319.
HSL color Cylindrical-coordinate representation of color #8732DB: hue angle of 270.18º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8732DB is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 50 | 219 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.14 |
| HSL | 270.18º | 0.7% | 0.53% | - |
| HSV(B) | 270.18º | 0.77% | 0.86% | - |
| XYZ | 23.92 | 12.55 | 68.18 | - |
| YUV | 94.68 | 198.16 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 219 | 0.38 | 0.77 | 0 | 0.14 | 270.18 | 0.7 | 0.53 |
| Hex | 87 | 32 | DB | 26 | 4D | 0 | E | 10E | 46 | 35 |
| Octal | 207 | 62 | 333 | 46 | 115 | 0 | 16 | 416 | 106 | 65 |
| Binary | 10000111 | 110010 | 11011011 | 100110 | 1001101 | 0 | 1110 | 100001110 | 1000110 | 110101 |
Color Harmonies of #8732DB
Complementary color
Monochromatic Colors of #8732DB
Black with #8732DB
Text Example
Text Example
White with #8732DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8732DB; }
p { color: rgb(135,50,219); }
H1.HeaderClassName
{
color: #8732DB;
}
.AnyTagClassName
{
color: #8732DB;
}
</style>
background-color css
<style>
a { background-color: #8732DB; }
a { background-color: rgb(135,50,219); }
div.DivClassName
{
background-color: #8732DB;
}
.BgClassName
{
background-color: #8732DB;
}
</style>
border-color css
<style>
span { border-color: #8732DB; }
span { border-color: rgb(135,50,219); }
td.TdClassName
{
border-color: #8732DB;
}
.TagClassName
{
border-color: #8732DB;
}
</style>