Shades of Blue Violet #8928D3
Tints of Blue Violet #8928D3
RGB
CMYK
RGB Variations
Color information
#8928D3 (or 0x8928D3) is known color: Blue Violet. HEX triplet: 89, 28 and D3. RGB value is (137,40,211). Sum of RGB (Red+Green+Blue) = 137+40+211=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #8928D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8928D3 is #76D72C. Grayscale: #575757. Windows color (decimal): -7788333 or 13838473. OLE color: 13838473.
HSL color Cylindrical-coordinate representation of color #8928D3: hue angle of 274.04º degrees, saturation: 0.68, 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 #8928D3 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 40 | 211 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.17 |
| HSL | 274.04º | 0.68% | 0.49% | - |
| HSV(B) | 274.04º | 0.81% | 0.83% | - |
| XYZ | 22.83 | 11.54 | 62.65 | - |
| YUV | 88.5 | 197.14 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 211 | 0.35 | 0.81 | 0 | 0.17 | 274.04 | 0.68 | 0.49 |
| Hex | 89 | 28 | D3 | 23 | 51 | 0 | 11 | 112 | 44 | 31 |
| Octal | 211 | 50 | 323 | 43 | 121 | 0 | 21 | 422 | 104 | 61 |
| Binary | 10001001 | 101000 | 11010011 | 100011 | 1010001 | 0 | 10001 | 100010010 | 1000100 | 110001 |
Color Harmonies of #8928D3
Complementary color
Monochromatic Colors of #8928D3
Black with #8928D3
Text Example
Text Example
White with #8928D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8928D3; }
p { color: rgb(137,40,211); }
H1.HeaderClassName
{
color: #8928D3;
}
.AnyTagClassName
{
color: #8928D3;
}
</style>
background-color css
<style>
a { background-color: #8928D3; }
a { background-color: rgb(137,40,211); }
div.DivClassName
{
background-color: #8928D3;
}
.BgClassName
{
background-color: #8928D3;
}
</style>
border-color css
<style>
span { border-color: #8928D3; }
span { border-color: rgb(137,40,211); }
td.TdClassName
{
border-color: #8928D3;
}
.TagClassName
{
border-color: #8928D3;
}
</style>