Shades of Blue Violet #8942DD
Tints of Blue Violet #8942DD
RGB
CMYK
RGB Variations
Color information
#8942DD (or 0x8942DD) is known color: Blue Violet. HEX triplet: 89, 42 and DD. RGB value is (137,66,221). Sum of RGB (Red+Green+Blue) = 137+66+221=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #8942DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8942DD is #76BD22. Grayscale: #686868. Windows color (decimal): -7781667 or 14500489. OLE color: 14500489.
HSL color Cylindrical-coordinate representation of color #8942DD: hue angle of 267.48º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8942DD is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 66 | 221 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.13 |
| HSL | 267.48º | 0.7% | 0.56% | - |
| HSV(B) | 267.48º | 0.7% | 0.87% | - |
| XYZ | 25.32 | 14.44 | 69.86 | - |
| YUV | 104.9 | 193.52 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 221 | 0.38 | 0.70 | 0 | 0.13 | 267.48 | 0.7 | 0.56 |
| Hex | 89 | 42 | DD | 26 | 46 | 0 | D | 10B | 46 | 38 |
| Octal | 211 | 102 | 335 | 46 | 106 | 0 | 15 | 413 | 106 | 70 |
| Binary | 10001001 | 1000010 | 11011101 | 100110 | 1000110 | 0 | 1101 | 100001011 | 1000110 | 111000 |
Color Harmonies of #8942DD
Complementary color
Monochromatic Colors of #8942DD
Black with #8942DD
Text Example
Text Example
White with #8942DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8942DD; }
p { color: rgb(137,66,221); }
H1.HeaderClassName
{
color: #8942DD;
}
.AnyTagClassName
{
color: #8942DD;
}
</style>
background-color css
<style>
a { background-color: #8942DD; }
a { background-color: rgb(137,66,221); }
div.DivClassName
{
background-color: #8942DD;
}
.BgClassName
{
background-color: #8942DD;
}
</style>
border-color css
<style>
span { border-color: #8942DD; }
span { border-color: rgb(137,66,221); }
td.TdClassName
{
border-color: #8942DD;
}
.TagClassName
{
border-color: #8942DD;
}
</style>