Shades of Blue Violet #8942DF
Tints of Blue Violet #8942DF
RGB
CMYK
RGB Variations
Color information
#8942DF (or 0x8942DF) is known color: Blue Violet. HEX triplet: 89, 42 and DF. RGB value is (137,66,223). Sum of RGB (Red+Green+Blue) = 137+66+223=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #8942DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8942DF is #76BD20. Grayscale: #686868. Windows color (decimal): -7781665 or 14631561. OLE color: 14631561.
HSL color Cylindrical-coordinate representation of color #8942DF: hue angle of 267.13º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8942DF is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 66 | 223 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.13 |
| HSL | 267.13º | 0.71% | 0.57% | - |
| HSV(B) | 267.13º | 0.7% | 0.87% | - |
| XYZ | 25.58 | 14.54 | 71.27 | - |
| YUV | 105.13 | 194.52 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 223 | 0.39 | 0.70 | 0 | 0.13 | 267.13 | 0.71 | 0.57 |
| Hex | 89 | 42 | DF | 27 | 46 | 0 | D | 10B | 47 | 39 |
| Octal | 211 | 102 | 337 | 47 | 106 | 0 | 15 | 413 | 107 | 71 |
| Binary | 10001001 | 1000010 | 11011111 | 100111 | 1000110 | 0 | 1101 | 100001011 | 1000111 | 111001 |
Color Harmonies of #8942DF
Complementary color
Monochromatic Colors of #8942DF
Black with #8942DF
Text Example
Text Example
White with #8942DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8942DF; }
p { color: rgb(137,66,223); }
H1.HeaderClassName
{
color: #8942DF;
}
.AnyTagClassName
{
color: #8942DF;
}
</style>
background-color css
<style>
a { background-color: #8942DF; }
a { background-color: rgb(137,66,223); }
div.DivClassName
{
background-color: #8942DF;
}
.BgClassName
{
background-color: #8942DF;
}
</style>
border-color css
<style>
span { border-color: #8942DF; }
span { border-color: rgb(137,66,223); }
td.TdClassName
{
border-color: #8942DF;
}
.TagClassName
{
border-color: #8942DF;
}
</style>