Shades of Blue Violet #8830DD
Tints of Blue Violet #8830DD
RGB
CMYK
RGB Variations
Color information
#8830DD (or 0x8830DD) is known color: Blue Violet. HEX triplet: 88, 30 and DD. RGB value is (136,48,221). Sum of RGB (Red+Green+Blue) = 136+48+221=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #8830DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8830DD is #77CF22. Grayscale: #5D5D5D. Windows color (decimal): -7851811 or 14495880. OLE color: 14495880.
HSL color Cylindrical-coordinate representation of color #8830DD: hue angle of 270.52º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8830DD is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 48 | 221 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.13 |
| HSL | 270.52º | 0.72% | 0.53% | - |
| HSV(B) | 270.52º | 0.78% | 0.87% | - |
| XYZ | 24.26 | 12.57 | 69.55 | - |
| YUV | 94.03 | 199.65 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 221 | 0.38 | 0.78 | 0 | 0.13 | 270.52 | 0.72 | 0.53 |
| Hex | 88 | 30 | DD | 26 | 4E | 0 | D | 10F | 48 | 35 |
| Octal | 210 | 60 | 335 | 46 | 116 | 0 | 15 | 417 | 110 | 65 |
| Binary | 10001000 | 110000 | 11011101 | 100110 | 1001110 | 0 | 1101 | 100001111 | 1001000 | 110101 |
Color Harmonies of #8830DD
Complementary color
Monochromatic Colors of #8830DD
Black with #8830DD
Text Example
Text Example
White with #8830DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8830DD; }
p { color: rgb(136,48,221); }
H1.HeaderClassName
{
color: #8830DD;
}
.AnyTagClassName
{
color: #8830DD;
}
</style>
background-color css
<style>
a { background-color: #8830DD; }
a { background-color: rgb(136,48,221); }
div.DivClassName
{
background-color: #8830DD;
}
.BgClassName
{
background-color: #8830DD;
}
</style>
border-color css
<style>
span { border-color: #8830DD; }
span { border-color: rgb(136,48,221); }
td.TdClassName
{
border-color: #8830DD;
}
.TagClassName
{
border-color: #8830DD;
}
</style>