Shades of Blue Violet #8929D3
Tints of Blue Violet #8929D3
RGB
CMYK
RGB Variations
Color information
#8929D3 (or 0x8929D3) is known color: Blue Violet. HEX triplet: 89, 29 and D3. RGB value is (137,41,211). Sum of RGB (Red+Green+Blue) = 137+41+211=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #8929D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8929D3 is #76D62C. Grayscale: #585858. Windows color (decimal): -7788077 or 13838729. OLE color: 13838729.
HSL color Cylindrical-coordinate representation of color #8929D3: hue angle of 273.88º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8929D3 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 41 | 211 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.17 |
| HSL | 273.88º | 0.67% | 0.49% | - |
| HSV(B) | 273.88º | 0.81% | 0.83% | - |
| XYZ | 22.87 | 11.61 | 62.66 | - |
| YUV | 89.08 | 196.8 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 211 | 0.35 | 0.81 | 0 | 0.17 | 273.88 | 0.67 | 0.49 |
| Hex | 89 | 29 | D3 | 23 | 51 | 0 | 11 | 112 | 43 | 31 |
| Octal | 211 | 51 | 323 | 43 | 121 | 0 | 21 | 422 | 103 | 61 |
| Binary | 10001001 | 101001 | 11010011 | 100011 | 1010001 | 0 | 10001 | 100010010 | 1000011 | 110001 |
Color Harmonies of #8929D3
Complementary color
Monochromatic Colors of #8929D3
Black with #8929D3
Text Example
Text Example
White with #8929D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8929D3; }
p { color: rgb(137,41,211); }
H1.HeaderClassName
{
color: #8929D3;
}
.AnyTagClassName
{
color: #8929D3;
}
</style>
background-color css
<style>
a { background-color: #8929D3; }
a { background-color: rgb(137,41,211); }
div.DivClassName
{
background-color: #8929D3;
}
.BgClassName
{
background-color: #8929D3;
}
</style>
border-color css
<style>
span { border-color: #8929D3; }
span { border-color: rgb(137,41,211); }
td.TdClassName
{
border-color: #8929D3;
}
.TagClassName
{
border-color: #8929D3;
}
</style>