Shades of Blue Violet #8837DB
Tints of Blue Violet #8837DB
RGB
CMYK
RGB Variations
Color information
#8837DB (or 0x8837DB) is known color: Blue Violet. HEX triplet: 88, 37 and DB. RGB value is (136,55,219). Sum of RGB (Red+Green+Blue) = 136+55+219=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #8837DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8837DB is #77C824. Grayscale: #616161. Windows color (decimal): -7850021 or 14366600. OLE color: 14366600.
HSL color Cylindrical-coordinate representation of color #8837DB: hue angle of 269.63º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8837DB is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 55 | 219 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.14 |
| HSL | 269.63º | 0.69% | 0.54% | - |
| HSV(B) | 269.63º | 0.75% | 0.86% | - |
| XYZ | 24.31 | 13.08 | 68.26 | - |
| YUV | 97.92 | 196.34 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 55 | 219 | 0.38 | 0.75 | 0 | 0.14 | 269.63 | 0.69 | 0.54 |
| Hex | 88 | 37 | DB | 26 | 4B | 0 | E | 10E | 45 | 36 |
| Octal | 210 | 67 | 333 | 46 | 113 | 0 | 16 | 416 | 105 | 66 |
| Binary | 10001000 | 110111 | 11011011 | 100110 | 1001011 | 0 | 1110 | 100001110 | 1000101 | 110110 |
Color Harmonies of #8837DB
Complementary color
Monochromatic Colors of #8837DB
Black with #8837DB
Text Example
Text Example
White with #8837DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8837DB; }
p { color: rgb(136,55,219); }
H1.HeaderClassName
{
color: #8837DB;
}
.AnyTagClassName
{
color: #8837DB;
}
</style>
background-color css
<style>
a { background-color: #8837DB; }
a { background-color: rgb(136,55,219); }
div.DivClassName
{
background-color: #8837DB;
}
.BgClassName
{
background-color: #8837DB;
}
</style>
border-color css
<style>
span { border-color: #8837DB; }
span { border-color: rgb(136,55,219); }
td.TdClassName
{
border-color: #8837DB;
}
.TagClassName
{
border-color: #8837DB;
}
</style>