Shades of Blue Violet #8928DC
Tints of Blue Violet #8928DC
RGB
CMYK
RGB Variations
Color information
#8928DC (or 0x8928DC) is known color: Blue Violet. HEX triplet: 89, 28 and DC. RGB value is (137,40,220). Sum of RGB (Red+Green+Blue) = 137+40+220=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #8928DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8928DC is #76D723. Grayscale: #585858. Windows color (decimal): -7788324 or 14428297. OLE color: 14428297.
HSL color Cylindrical-coordinate representation of color #8928DC: hue angle of 272.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8928DC is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 40 | 220 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.14 |
| HSL | 272.33º | 0.72% | 0.51% | - |
| HSV(B) | 272.33º | 0.82% | 0.86% | - |
| XYZ | 23.99 | 12 | 68.76 | - |
| YUV | 89.52 | 201.64 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 220 | 0.38 | 0.82 | 0 | 0.14 | 272.33 | 0.72 | 0.51 |
| Hex | 89 | 28 | DC | 26 | 52 | 0 | E | 110 | 48 | 33 |
| Octal | 211 | 50 | 334 | 46 | 122 | 0 | 16 | 420 | 110 | 63 |
| Binary | 10001001 | 101000 | 11011100 | 100110 | 1010010 | 0 | 1110 | 100010000 | 1001000 | 110011 |
Color Harmonies of #8928DC
Complementary color
Monochromatic Colors of #8928DC
Black with #8928DC
Text Example
Text Example
White with #8928DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8928DC; }
p { color: rgb(137,40,220); }
H1.HeaderClassName
{
color: #8928DC;
}
.AnyTagClassName
{
color: #8928DC;
}
</style>
background-color css
<style>
a { background-color: #8928DC; }
a { background-color: rgb(137,40,220); }
div.DivClassName
{
background-color: #8928DC;
}
.BgClassName
{
background-color: #8928DC;
}
</style>
border-color css
<style>
span { border-color: #8928DC; }
span { border-color: rgb(137,40,220); }
td.TdClassName
{
border-color: #8928DC;
}
.TagClassName
{
border-color: #8928DC;
}
</style>