Shades of Blue Violet #8137CC
Tints of Blue Violet #8137CC
RGB
CMYK
RGB Variations
Color information
#8137CC (or 0x8137CC) is known color: Blue Violet. HEX triplet: 81, 37 and CC. RGB value is (129,55,204). Sum of RGB (Red+Green+Blue) = 129+55+204=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #8137CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8137CC is #7EC833. Grayscale: #5D5D5D. Windows color (decimal): -8308788 or 13383553. OLE color: 13383553.
HSL color Cylindrical-coordinate representation of color #8137CC: hue angle of 269.8º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8137CC is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 55 | 204 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.2 |
| HSL | 269.8º | 0.59% | 0.51% | - |
| HSV(B) | 269.8º | 0.73% | 0.8% | - |
| XYZ | 21.32 | 11.76 | 58.27 | - |
| YUV | 94.11 | 190.02 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 55 | 204 | 0.37 | 0.73 | 0 | 0.2 | 269.8 | 0.59 | 0.51 |
| Hex | 81 | 37 | CC | 25 | 49 | 0 | 14 | 10E | 3B | 33 |
| Octal | 201 | 67 | 314 | 45 | 111 | 0 | 24 | 416 | 73 | 63 |
| Binary | 10000001 | 110111 | 11001100 | 100101 | 1001001 | 0 | 10100 | 100001110 | 111011 | 110011 |
Color Harmonies of #8137CC
Complementary color
Monochromatic Colors of #8137CC
Black with #8137CC
Text Example
Text Example
White with #8137CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8137CC; }
p { color: rgb(129,55,204); }
H1.HeaderClassName
{
color: #8137CC;
}
.AnyTagClassName
{
color: #8137CC;
}
</style>
background-color css
<style>
a { background-color: #8137CC; }
a { background-color: rgb(129,55,204); }
div.DivClassName
{
background-color: #8137CC;
}
.BgClassName
{
background-color: #8137CC;
}
</style>
border-color css
<style>
span { border-color: #8137CC; }
span { border-color: rgb(129,55,204); }
td.TdClassName
{
border-color: #8137CC;
}
.TagClassName
{
border-color: #8137CC;
}
</style>