Shades of Blue Violet #8941DF
Tints of Blue Violet #8941DF
RGB
CMYK
RGB Variations
Color information
#8941DF (or 0x8941DF) is known color: Blue Violet. HEX triplet: 89, 41 and DF. RGB value is (137,65,223). Sum of RGB (Red+Green+Blue) = 137+65+223=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #8941DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8941DF is #76BE20. Grayscale: #676767. Windows color (decimal): -7781921 or 14631305. OLE color: 14631305.
HSL color Cylindrical-coordinate representation of color #8941DF: hue angle of 267.34º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8941DF is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 65 | 223 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.13 |
| HSL | 267.34º | 0.71% | 0.56% | - |
| HSV(B) | 267.34º | 0.71% | 0.87% | - |
| XYZ | 25.53 | 14.43 | 71.25 | - |
| YUV | 104.54 | 194.85 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 223 | 0.39 | 0.71 | 0 | 0.13 | 267.34 | 0.71 | 0.56 |
| Hex | 89 | 41 | DF | 27 | 47 | 0 | D | 10B | 47 | 38 |
| Octal | 211 | 101 | 337 | 47 | 107 | 0 | 15 | 413 | 107 | 70 |
| Binary | 10001001 | 1000001 | 11011111 | 100111 | 1000111 | 0 | 1101 | 100001011 | 1000111 | 111000 |
Color Harmonies of #8941DF
Complementary color
Monochromatic Colors of #8941DF
Black with #8941DF
Text Example
Text Example
White with #8941DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8941DF; }
p { color: rgb(137,65,223); }
H1.HeaderClassName
{
color: #8941DF;
}
.AnyTagClassName
{
color: #8941DF;
}
</style>
background-color css
<style>
a { background-color: #8941DF; }
a { background-color: rgb(137,65,223); }
div.DivClassName
{
background-color: #8941DF;
}
.BgClassName
{
background-color: #8941DF;
}
</style>
border-color css
<style>
span { border-color: #8941DF; }
span { border-color: rgb(137,65,223); }
td.TdClassName
{
border-color: #8941DF;
}
.TagClassName
{
border-color: #8941DF;
}
</style>