Shades of Blue Violet #8836D9
Tints of Blue Violet #8836D9
RGB
CMYK
RGB Variations
Color information
#8836D9 (or 0x8836D9) is known color: Blue Violet. HEX triplet: 88, 36 and D9. RGB value is (136,54,217). Sum of RGB (Red+Green+Blue) = 136+54+217=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #8836D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8836D9 is #77C926. Grayscale: #606060. Windows color (decimal): -7850279 or 14235272. OLE color: 14235272.
HSL color Cylindrical-coordinate representation of color #8836D9: hue angle of 270.18º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8836D9 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 54 | 217 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.15 |
| HSL | 270.18º | 0.68% | 0.53% | - |
| HSV(B) | 270.18º | 0.75% | 0.85% | - |
| XYZ | 24 | 12.88 | 66.87 | - |
| YUV | 97.1 | 195.67 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 217 | 0.37 | 0.75 | 0 | 0.15 | 270.18 | 0.68 | 0.53 |
| Hex | 88 | 36 | D9 | 25 | 4B | 0 | F | 10E | 44 | 35 |
| Octal | 210 | 66 | 331 | 45 | 113 | 0 | 17 | 416 | 104 | 65 |
| Binary | 10001000 | 110110 | 11011001 | 100101 | 1001011 | 0 | 1111 | 100001110 | 1000100 | 110101 |
Color Harmonies of #8836D9
Complementary color
Monochromatic Colors of #8836D9
Black with #8836D9
Text Example
Text Example
White with #8836D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8836D9; }
p { color: rgb(136,54,217); }
H1.HeaderClassName
{
color: #8836D9;
}
.AnyTagClassName
{
color: #8836D9;
}
</style>
background-color css
<style>
a { background-color: #8836D9; }
a { background-color: rgb(136,54,217); }
div.DivClassName
{
background-color: #8836D9;
}
.BgClassName
{
background-color: #8836D9;
}
</style>
border-color css
<style>
span { border-color: #8836D9; }
span { border-color: rgb(136,54,217); }
td.TdClassName
{
border-color: #8836D9;
}
.TagClassName
{
border-color: #8836D9;
}
</style>