Shades of Blue Violet #8836DB
Tints of Blue Violet #8836DB
RGB
CMYK
RGB Variations
Color information
#8836DB (or 0x8836DB) is known color: Blue Violet. HEX triplet: 88, 36 and DB. RGB value is (136,54,219). Sum of RGB (Red+Green+Blue) = 136+54+219=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #8836DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8836DB is #77C924. Grayscale: #606060. Windows color (decimal): -7850277 or 14366344. OLE color: 14366344.
HSL color Cylindrical-coordinate representation of color #8836DB: hue angle of 269.82º degrees, saturation: 0.7, 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 #8836DB is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 54 | 219 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.14 |
| HSL | 269.82º | 0.7% | 0.54% | - |
| HSV(B) | 269.82º | 0.75% | 0.86% | - |
| XYZ | 24.26 | 12.99 | 68.25 | - |
| YUV | 97.33 | 196.67 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 219 | 0.38 | 0.75 | 0 | 0.14 | 269.82 | 0.7 | 0.54 |
| Hex | 88 | 36 | DB | 26 | 4B | 0 | E | 10E | 46 | 36 |
| Octal | 210 | 66 | 333 | 46 | 113 | 0 | 16 | 416 | 106 | 66 |
| Binary | 10001000 | 110110 | 11011011 | 100110 | 1001011 | 0 | 1110 | 100001110 | 1000110 | 110110 |
Color Harmonies of #8836DB
Complementary color
Monochromatic Colors of #8836DB
Black with #8836DB
Text Example
Text Example
White with #8836DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8836DB; }
p { color: rgb(136,54,219); }
H1.HeaderClassName
{
color: #8836DB;
}
.AnyTagClassName
{
color: #8836DB;
}
</style>
background-color css
<style>
a { background-color: #8836DB; }
a { background-color: rgb(136,54,219); }
div.DivClassName
{
background-color: #8836DB;
}
.BgClassName
{
background-color: #8836DB;
}
</style>
border-color css
<style>
span { border-color: #8836DB; }
span { border-color: rgb(136,54,219); }
td.TdClassName
{
border-color: #8836DB;
}
.TagClassName
{
border-color: #8836DB;
}
</style>