Shades of Blue Violet #8028D8
Tints of Blue Violet #8028D8
RGB
CMYK
RGB Variations
Color information
#8028D8 (or 0x8028D8) is known color: Blue Violet. HEX triplet: 80, 28 and D8. RGB value is (128,40,216). Sum of RGB (Red+Green+Blue) = 128+40+216=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 216 (84.77% from 255 or 56.25% from 384); Max value from RGB is 216 - color contains mainly: blue. Hex color #8028D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8028D8 is #7FD727. Grayscale: #555555. Windows color (decimal): -8378152 or 14166144. OLE color: 14166144.
HSL color Cylindrical-coordinate representation of color #8028D8: hue angle of 270º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8028D8 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 40 | 216 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.15 |
| HSL | 270º | 0.69% | 0.5% | - |
| HSV(B) | 270º | 0.81% | 0.85% | - |
| XYZ | 22.06 | 11.06 | 65.94 | - |
| YUV | 86.38 | 201.15 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 216 | 0.41 | 0.81 | 0 | 0.15 | 270 | 0.69 | 0.5 |
| Hex | 80 | 28 | D8 | 29 | 51 | 0 | F | 10E | 45 | 32 |
| Octal | 200 | 50 | 330 | 51 | 121 | 0 | 17 | 416 | 105 | 62 |
| Binary | 10000000 | 101000 | 11011000 | 101001 | 1010001 | 0 | 1111 | 100001110 | 1000101 | 110010 |
Color Harmonies of #8028D8
Complementary color
Monochromatic Colors of #8028D8
Black with #8028D8
Text Example
Text Example
White with #8028D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8028D8; }
p { color: rgb(128,40,216); }
H1.HeaderClassName
{
color: #8028D8;
}
.AnyTagClassName
{
color: #8028D8;
}
</style>
background-color css
<style>
a { background-color: #8028D8; }
a { background-color: rgb(128,40,216); }
div.DivClassName
{
background-color: #8028D8;
}
.BgClassName
{
background-color: #8028D8;
}
</style>
border-color css
<style>
span { border-color: #8028D8; }
span { border-color: rgb(128,40,216); }
td.TdClassName
{
border-color: #8028D8;
}
.TagClassName
{
border-color: #8028D8;
}
</style>