Shades of Blue Violet #8D28DE
Tints of Blue Violet #8D28DE
RGB
CMYK
RGB Variations
Color information
#8D28DE (or 0x8D28DE) is known color: Blue Violet. HEX triplet: 8D, 28 and DE. RGB value is (141,40,222). Sum of RGB (Red+Green+Blue) = 141+40+222=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D28DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D28DE is #72D721. Grayscale: #5A5A5A. Windows color (decimal): -7526178 or 14559373. OLE color: 14559373.
HSL color Cylindrical-coordinate representation of color #8D28DE: hue angle of 273.3º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D28DE is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 40 | 222 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.13 |
| HSL | 273.3º | 0.73% | 0.51% | - |
| HSV(B) | 273.3º | 0.82% | 0.87% | - |
| XYZ | 24.93 | 12.45 | 70.2 | - |
| YUV | 90.95 | 201.96 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 222 | 0.36 | 0.82 | 0 | 0.13 | 273.3 | 0.73 | 0.51 |
| Hex | 8D | 28 | DE | 24 | 52 | 0 | D | 111 | 49 | 33 |
| Octal | 215 | 50 | 336 | 44 | 122 | 0 | 15 | 421 | 111 | 63 |
| Binary | 10001101 | 101000 | 11011110 | 100100 | 1010010 | 0 | 1101 | 100010001 | 1001001 | 110011 |
Color Harmonies of #8D28DE
Complementary color
Monochromatic Colors of #8D28DE
Black with #8D28DE
Text Example
Text Example
White with #8D28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D28DE; }
p { color: rgb(141,40,222); }
H1.HeaderClassName
{
color: #8D28DE;
}
.AnyTagClassName
{
color: #8D28DE;
}
</style>
background-color css
<style>
a { background-color: #8D28DE; }
a { background-color: rgb(141,40,222); }
div.DivClassName
{
background-color: #8D28DE;
}
.BgClassName
{
background-color: #8D28DE;
}
</style>
border-color css
<style>
span { border-color: #8D28DE; }
span { border-color: rgb(141,40,222); }
td.TdClassName
{
border-color: #8D28DE;
}
.TagClassName
{
border-color: #8D28DE;
}
</style>