Shades of Blue Violet #8137DF
Tints of Blue Violet #8137DF
RGB
CMYK
RGB Variations
Color information
#8137DF (or 0x8137DF) is known color: Blue Violet. HEX triplet: 81, 37 and DF. RGB value is (129,55,223). Sum of RGB (Red+Green+Blue) = 129+55+223=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #8137DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8137DF is #7EC820. Grayscale: #5F5F5F. Windows color (decimal): -8308769 or 14628737. OLE color: 14628737.
HSL color Cylindrical-coordinate representation of color #8137DF: hue angle of 266.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8137DF is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 55 | 223 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.13 |
| HSL | 266.43º | 0.72% | 0.55% | - |
| HSV(B) | 266.43º | 0.75% | 0.87% | - |
| XYZ | 23.74 | 12.73 | 71.02 | - |
| YUV | 96.28 | 199.52 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 55 | 223 | 0.42 | 0.75 | 0 | 0.13 | 266.43 | 0.72 | 0.55 |
| Hex | 81 | 37 | DF | 2A | 4B | 0 | D | 10A | 48 | 37 |
| Octal | 201 | 67 | 337 | 52 | 113 | 0 | 15 | 412 | 110 | 67 |
| Binary | 10000001 | 110111 | 11011111 | 101010 | 1001011 | 0 | 1101 | 100001010 | 1001000 | 110111 |
Color Harmonies of #8137DF
Complementary color
Monochromatic Colors of #8137DF
Black with #8137DF
Text Example
Text Example
White with #8137DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8137DF; }
p { color: rgb(129,55,223); }
H1.HeaderClassName
{
color: #8137DF;
}
.AnyTagClassName
{
color: #8137DF;
}
</style>
background-color css
<style>
a { background-color: #8137DF; }
a { background-color: rgb(129,55,223); }
div.DivClassName
{
background-color: #8137DF;
}
.BgClassName
{
background-color: #8137DF;
}
</style>
border-color css
<style>
span { border-color: #8137DF; }
span { border-color: rgb(129,55,223); }
td.TdClassName
{
border-color: #8137DF;
}
.TagClassName
{
border-color: #8137DF;
}
</style>