Shades of Blue Violet #8828DA
Tints of Blue Violet #8828DA
RGB
CMYK
RGB Variations
Color information
#8828DA (or 0x8828DA) is known color: Blue Violet. HEX triplet: 88, 28 and DA. RGB value is (136,40,218). Sum of RGB (Red+Green+Blue) = 136+40+218=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #8828DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8828DA is #77D725. Grayscale: #585858. Windows color (decimal): -7853862 or 14297224. OLE color: 14297224.
HSL color Cylindrical-coordinate representation of color #8828DA: hue angle of 272.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8828DA is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 40 | 218 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.15 |
| HSL | 272.36º | 0.71% | 0.51% | - |
| HSV(B) | 272.36º | 0.82% | 0.85% | - |
| XYZ | 23.57 | 11.81 | 67.37 | - |
| YUV | 89 | 200.8 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 218 | 0.38 | 0.82 | 0 | 0.15 | 272.36 | 0.71 | 0.51 |
| Hex | 88 | 28 | DA | 26 | 52 | 0 | F | 110 | 47 | 33 |
| Octal | 210 | 50 | 332 | 46 | 122 | 0 | 17 | 420 | 107 | 63 |
| Binary | 10001000 | 101000 | 11011010 | 100110 | 1010010 | 0 | 1111 | 100010000 | 1000111 | 110011 |
Color Harmonies of #8828DA
Complementary color
Monochromatic Colors of #8828DA
Black with #8828DA
Text Example
Text Example
White with #8828DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8828DA; }
p { color: rgb(136,40,218); }
H1.HeaderClassName
{
color: #8828DA;
}
.AnyTagClassName
{
color: #8828DA;
}
</style>
background-color css
<style>
a { background-color: #8828DA; }
a { background-color: rgb(136,40,218); }
div.DivClassName
{
background-color: #8828DA;
}
.BgClassName
{
background-color: #8828DA;
}
</style>
border-color css
<style>
span { border-color: #8828DA; }
span { border-color: rgb(136,40,218); }
td.TdClassName
{
border-color: #8828DA;
}
.TagClassName
{
border-color: #8828DA;
}
</style>