Shades of Blue Violet #8836D5
Tints of Blue Violet #8836D5
RGB
CMYK
RGB Variations
Color information
#8836D5 (or 0x8836D5) is known color: Blue Violet. HEX triplet: 88, 36 and D5. RGB value is (136,54,213). Sum of RGB (Red+Green+Blue) = 136+54+213=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #8836D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8836D5 is #77C92A. Grayscale: #606060. Windows color (decimal): -7850283 or 13973128. OLE color: 13973128.
HSL color Cylindrical-coordinate representation of color #8836D5: hue angle of 270.94º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8836D5 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 54 | 213 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.16 |
| HSL | 270.94º | 0.65% | 0.52% | - |
| HSV(B) | 270.94º | 0.75% | 0.84% | - |
| XYZ | 23.48 | 12.68 | 64.16 | - |
| YUV | 96.64 | 193.67 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 213 | 0.36 | 0.75 | 0 | 0.16 | 270.94 | 0.65 | 0.52 |
| Hex | 88 | 36 | D5 | 24 | 4B | 0 | 10 | 10F | 41 | 34 |
| Octal | 210 | 66 | 325 | 44 | 113 | 0 | 20 | 417 | 101 | 64 |
| Binary | 10001000 | 110110 | 11010101 | 100100 | 1001011 | 0 | 10000 | 100001111 | 1000001 | 110100 |
Color Harmonies of #8836D5
Complementary color
Monochromatic Colors of #8836D5
Black with #8836D5
Text Example
Text Example
White with #8836D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8836D5; }
p { color: rgb(136,54,213); }
H1.HeaderClassName
{
color: #8836D5;
}
.AnyTagClassName
{
color: #8836D5;
}
</style>
background-color css
<style>
a { background-color: #8836D5; }
a { background-color: rgb(136,54,213); }
div.DivClassName
{
background-color: #8836D5;
}
.BgClassName
{
background-color: #8836D5;
}
</style>
border-color css
<style>
span { border-color: #8836D5; }
span { border-color: rgb(136,54,213); }
td.TdClassName
{
border-color: #8836D5;
}
.TagClassName
{
border-color: #8836D5;
}
</style>