Shades of Blue Violet #8136D1
Tints of Blue Violet #8136D1
RGB
CMYK
RGB Variations
Color information
#8136D1 (or 0x8136D1) is known color: Blue Violet. HEX triplet: 81, 36 and D1. RGB value is (129,54,209). Sum of RGB (Red+Green+Blue) = 129+54+209=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #8136D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8136D1 is #7EC92E. Grayscale: #5D5D5D. Windows color (decimal): -8309039 or 13710977. OLE color: 13710977.
HSL color Cylindrical-coordinate representation of color #8136D1: hue angle of 269.03º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8136D1 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 54 | 209 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.18 |
| HSL | 269.03º | 0.63% | 0.52% | - |
| HSV(B) | 269.03º | 0.74% | 0.82% | - |
| XYZ | 21.88 | 11.91 | 61.47 | - |
| YUV | 94.1 | 192.85 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 209 | 0.38 | 0.74 | 0 | 0.18 | 269.03 | 0.63 | 0.52 |
| Hex | 81 | 36 | D1 | 26 | 4A | 0 | 12 | 10D | 3F | 34 |
| Octal | 201 | 66 | 321 | 46 | 112 | 0 | 22 | 415 | 77 | 64 |
| Binary | 10000001 | 110110 | 11010001 | 100110 | 1001010 | 0 | 10010 | 100001101 | 111111 | 110100 |
Color Harmonies of #8136D1
Complementary color
Monochromatic Colors of #8136D1
Black with #8136D1
Text Example
Text Example
White with #8136D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8136D1; }
p { color: rgb(129,54,209); }
H1.HeaderClassName
{
color: #8136D1;
}
.AnyTagClassName
{
color: #8136D1;
}
</style>
background-color css
<style>
a { background-color: #8136D1; }
a { background-color: rgb(129,54,209); }
div.DivClassName
{
background-color: #8136D1;
}
.BgClassName
{
background-color: #8136D1;
}
</style>
border-color css
<style>
span { border-color: #8136D1; }
span { border-color: rgb(129,54,209); }
td.TdClassName
{
border-color: #8136D1;
}
.TagClassName
{
border-color: #8136D1;
}
</style>