Shades of Blue Violet #8832DC
Tints of Blue Violet #8832DC
RGB
CMYK
RGB Variations
Color information
#8832DC (or 0x8832DC) is known color: Blue Violet. HEX triplet: 88, 32 and DC. RGB value is (136,50,220). Sum of RGB (Red+Green+Blue) = 136+50+220=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #8832DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832DC is #77CD23. Grayscale: #5E5E5E. Windows color (decimal): -7851300 or 14430856. OLE color: 14430856.
HSL color Cylindrical-coordinate representation of color #8832DC: hue angle of 270.35º degrees, saturation: 0.71, 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 #8832DC is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 50 | 220 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.14 |
| HSL | 270.35º | 0.71% | 0.53% | - |
| HSV(B) | 270.35º | 0.77% | 0.86% | - |
| XYZ | 24.21 | 12.68 | 68.88 | - |
| YUV | 95.09 | 198.49 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 220 | 0.38 | 0.77 | 0 | 0.14 | 270.35 | 0.71 | 0.53 |
| Hex | 88 | 32 | DC | 26 | 4D | 0 | E | 10E | 47 | 35 |
| Octal | 210 | 62 | 334 | 46 | 115 | 0 | 16 | 416 | 107 | 65 |
| Binary | 10001000 | 110010 | 11011100 | 100110 | 1001101 | 0 | 1110 | 100001110 | 1000111 | 110101 |
Color Harmonies of #8832DC
Complementary color
Monochromatic Colors of #8832DC
Black with #8832DC
Text Example
Text Example
White with #8832DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8832DC; }
p { color: rgb(136,50,220); }
H1.HeaderClassName
{
color: #8832DC;
}
.AnyTagClassName
{
color: #8832DC;
}
</style>
background-color css
<style>
a { background-color: #8832DC; }
a { background-color: rgb(136,50,220); }
div.DivClassName
{
background-color: #8832DC;
}
.BgClassName
{
background-color: #8832DC;
}
</style>
border-color css
<style>
span { border-color: #8832DC; }
span { border-color: rgb(136,50,220); }
td.TdClassName
{
border-color: #8832DC;
}
.TagClassName
{
border-color: #8832DC;
}
</style>