Shades of Blue Violet #8937DF
Tints of Blue Violet #8937DF
RGB
CMYK
RGB Variations
Color information
#8937DF (or 0x8937DF) is known color: Blue Violet. HEX triplet: 89, 37 and DF. RGB value is (137,55,223). Sum of RGB (Red+Green+Blue) = 137+55+223=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #8937DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8937DF is #76C820. Grayscale: #626262. Windows color (decimal): -7784481 or 14628745. OLE color: 14628745.
HSL color Cylindrical-coordinate representation of color #8937DF: hue angle of 269.29º 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 #8937DF is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 55 | 223 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.13 |
| HSL | 269.29º | 0.72% | 0.55% | - |
| HSV(B) | 269.29º | 0.75% | 0.87% | - |
| XYZ | 25 | 13.38 | 71.08 | - |
| YUV | 98.67 | 198.17 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 223 | 0.39 | 0.75 | 0 | 0.13 | 269.29 | 0.72 | 0.55 |
| Hex | 89 | 37 | DF | 27 | 4B | 0 | D | 10D | 48 | 37 |
| Octal | 211 | 67 | 337 | 47 | 113 | 0 | 15 | 415 | 110 | 67 |
| Binary | 10001001 | 110111 | 11011111 | 100111 | 1001011 | 0 | 1101 | 100001101 | 1001000 | 110111 |
Color Harmonies of #8937DF
Complementary color
Monochromatic Colors of #8937DF
Black with #8937DF
Text Example
Text Example
White with #8937DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8937DF; }
p { color: rgb(137,55,223); }
H1.HeaderClassName
{
color: #8937DF;
}
.AnyTagClassName
{
color: #8937DF;
}
</style>
background-color css
<style>
a { background-color: #8937DF; }
a { background-color: rgb(137,55,223); }
div.DivClassName
{
background-color: #8937DF;
}
.BgClassName
{
background-color: #8937DF;
}
</style>
border-color css
<style>
span { border-color: #8937DF; }
span { border-color: rgb(137,55,223); }
td.TdClassName
{
border-color: #8937DF;
}
.TagClassName
{
border-color: #8937DF;
}
</style>