Shades of Blue Violet #8825DB
Tints of Blue Violet #8825DB
RGB
CMYK
RGB Variations
Color information
#8825DB (or 0x8825DB) is known color: Blue Violet. HEX triplet: 88, 25 and DB. RGB value is (136,37,219). Sum of RGB (Red+Green+Blue) = 136+37+219=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #8825DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8825DB is #77DA24. Grayscale: #565656. Windows color (decimal): -7854629 or 14361992. OLE color: 14361992.
HSL color Cylindrical-coordinate representation of color #8825DB: hue angle of 272.64º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8825DB is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 37 | 219 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.14 |
| HSL | 272.64º | 0.72% | 0.5% | - |
| HSV(B) | 272.64º | 0.83% | 0.86% | - |
| XYZ | 23.6 | 11.67 | 68.03 | - |
| YUV | 87.35 | 202.3 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 219 | 0.38 | 0.83 | 0 | 0.14 | 272.64 | 0.72 | 0.5 |
| Hex | 88 | 25 | DB | 26 | 53 | 0 | E | 111 | 48 | 32 |
| Octal | 210 | 45 | 333 | 46 | 123 | 0 | 16 | 421 | 110 | 62 |
| Binary | 10001000 | 100101 | 11011011 | 100110 | 1010011 | 0 | 1110 | 100010001 | 1001000 | 110010 |
Color Harmonies of #8825DB
Complementary color
Monochromatic Colors of #8825DB
Black with #8825DB
Text Example
Text Example
White with #8825DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8825DB; }
p { color: rgb(136,37,219); }
H1.HeaderClassName
{
color: #8825DB;
}
.AnyTagClassName
{
color: #8825DB;
}
</style>
background-color css
<style>
a { background-color: #8825DB; }
a { background-color: rgb(136,37,219); }
div.DivClassName
{
background-color: #8825DB;
}
.BgClassName
{
background-color: #8825DB;
}
</style>
border-color css
<style>
span { border-color: #8825DB; }
span { border-color: rgb(136,37,219); }
td.TdClassName
{
border-color: #8825DB;
}
.TagClassName
{
border-color: #8825DB;
}
</style>