Shades of Blue Violet #8836DC
Tints of Blue Violet #8836DC
RGB
CMYK
RGB Variations
Color information
#8836DC (or 0x8836DC) is known color: Blue Violet. HEX triplet: 88, 36 and DC. RGB value is (136,54,220). Sum of RGB (Red+Green+Blue) = 136+54+220=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #8836DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8836DC is #77C923. Grayscale: #606060. Windows color (decimal): -7850276 or 14431880. OLE color: 14431880.
HSL color Cylindrical-coordinate representation of color #8836DC: hue angle of 269.64º 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 #8836DC is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 54 | 220 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.14 |
| HSL | 269.64º | 0.7% | 0.54% | - |
| HSV(B) | 269.64º | 0.75% | 0.86% | - |
| XYZ | 24.39 | 13.04 | 68.94 | - |
| YUV | 97.44 | 197.17 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 220 | 0.38 | 0.75 | 0 | 0.14 | 269.64 | 0.7 | 0.54 |
| Hex | 88 | 36 | DC | 26 | 4B | 0 | E | 10E | 46 | 36 |
| Octal | 210 | 66 | 334 | 46 | 113 | 0 | 16 | 416 | 106 | 66 |
| Binary | 10001000 | 110110 | 11011100 | 100110 | 1001011 | 0 | 1110 | 100001110 | 1000110 | 110110 |
Color Harmonies of #8836DC
Complementary color
Monochromatic Colors of #8836DC
Black with #8836DC
Text Example
Text Example
White with #8836DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8836DC; }
p { color: rgb(136,54,220); }
H1.HeaderClassName
{
color: #8836DC;
}
.AnyTagClassName
{
color: #8836DC;
}
</style>
background-color css
<style>
a { background-color: #8836DC; }
a { background-color: rgb(136,54,220); }
div.DivClassName
{
background-color: #8836DC;
}
.BgClassName
{
background-color: #8836DC;
}
</style>
border-color css
<style>
span { border-color: #8836DC; }
span { border-color: rgb(136,54,220); }
td.TdClassName
{
border-color: #8836DC;
}
.TagClassName
{
border-color: #8836DC;
}
</style>