Shades of Blue Violet #8929D0
Tints of Blue Violet #8929D0
RGB
CMYK
RGB Variations
Color information
#8929D0 (or 0x8929D0) is known color: Blue Violet. HEX triplet: 89, 29 and D0. RGB value is (137,41,208). Sum of RGB (Red+Green+Blue) = 137+41+208=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #8929D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8929D0 is #76D62F. Grayscale: #585858. Windows color (decimal): -7788080 or 13642121. OLE color: 13642121.
HSL color Cylindrical-coordinate representation of color #8929D0: hue angle of 274.49º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8929D0 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 41 | 208 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.18 |
| HSL | 274.49º | 0.67% | 0.49% | - |
| HSV(B) | 274.49º | 0.8% | 0.82% | - |
| XYZ | 22.49 | 11.46 | 60.7 | - |
| YUV | 88.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 208 | 0.34 | 0.80 | 0 | 0.18 | 274.49 | 0.67 | 0.49 |
| Hex | 89 | 29 | D0 | 22 | 50 | 0 | 12 | 112 | 43 | 31 |
| Octal | 211 | 51 | 320 | 42 | 120 | 0 | 22 | 422 | 103 | 61 |
| Binary | 10001001 | 101001 | 11010000 | 100010 | 1010000 | 0 | 10010 | 100010010 | 1000011 | 110001 |
Color Harmonies of #8929D0
Complementary color
Monochromatic Colors of #8929D0
Black with #8929D0
Text Example
Text Example
White with #8929D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8929D0; }
p { color: rgb(137,41,208); }
H1.HeaderClassName
{
color: #8929D0;
}
.AnyTagClassName
{
color: #8929D0;
}
</style>
background-color css
<style>
a { background-color: #8929D0; }
a { background-color: rgb(137,41,208); }
div.DivClassName
{
background-color: #8929D0;
}
.BgClassName
{
background-color: #8929D0;
}
</style>
border-color css
<style>
span { border-color: #8929D0; }
span { border-color: rgb(137,41,208); }
td.TdClassName
{
border-color: #8929D0;
}
.TagClassName
{
border-color: #8929D0;
}
</style>