Shades of Blue Violet #8136E9
Tints of Blue Violet #8136E9
RGB
CMYK
RGB Variations
Color information
#8136E9 (or 0x8136E9) is known color: Blue Violet. HEX triplet: 81, 36 and E9. RGB value is (129,54,233). Sum of RGB (Red+Green+Blue) = 129+54+233=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 233 (91.41% from 255 or 56.01% from 416); Max value from RGB is 233 - color contains mainly: blue. Hex color #8136E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8136E9 is #7EC916. Grayscale: #606060. Windows color (decimal): -8309015 or 15283841. OLE color: 15283841.
HSL color Cylindrical-coordinate representation of color #8136E9: hue angle of 265.14º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8136E9 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 54 | 233 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.09 |
| HSL | 265.14º | 0.8% | 0.56% | - |
| HSV(B) | 265.14º | 0.77% | 0.91% | - |
| XYZ | 25.08 | 13.19 | 78.31 | - |
| YUV | 96.83 | 204.85 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 233 | 0.45 | 0.77 | 0 | 0.09 | 265.14 | 0.8 | 0.56 |
| Hex | 81 | 36 | E9 | 2D | 4D | 0 | 9 | 109 | 50 | 38 |
| Octal | 201 | 66 | 351 | 55 | 115 | 0 | 11 | 411 | 120 | 70 |
| Binary | 10000001 | 110110 | 11101001 | 101101 | 1001101 | 0 | 1001 | 100001001 | 1010000 | 111000 |
Color Harmonies of #8136E9
Complementary color
Monochromatic Colors of #8136E9
Black with #8136E9
Text Example
Text Example
White with #8136E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8136E9; }
p { color: rgb(129,54,233); }
H1.HeaderClassName
{
color: #8136E9;
}
.AnyTagClassName
{
color: #8136E9;
}
</style>
background-color css
<style>
a { background-color: #8136E9; }
a { background-color: rgb(129,54,233); }
div.DivClassName
{
background-color: #8136E9;
}
.BgClassName
{
background-color: #8136E9;
}
</style>
border-color css
<style>
span { border-color: #8136E9; }
span { border-color: rgb(129,54,233); }
td.TdClassName
{
border-color: #8136E9;
}
.TagClassName
{
border-color: #8136E9;
}
</style>