Shades of Blue Violet #8D36DD
Tints of Blue Violet #8D36DD
RGB
CMYK
RGB Variations
Color information
#8D36DD (or 0x8D36DD) is known color: Blue Violet. HEX triplet: 8D, 36 and DD. RGB value is (141,54,221). Sum of RGB (Red+Green+Blue) = 141+54+221=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D36DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D36DD is #72C922. Grayscale: #626262. Windows color (decimal): -7522595 or 14497421. OLE color: 14497421.
HSL color Cylindrical-coordinate representation of color #8D36DD: hue angle of 271.26º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D36DD is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 54 | 221 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.13 |
| HSL | 271.26º | 0.71% | 0.54% | - |
| HSV(B) | 271.26º | 0.76% | 0.87% | - |
| XYZ | 25.35 | 13.52 | 69.68 | - |
| YUV | 99.05 | 196.82 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 221 | 0.36 | 0.76 | 0 | 0.13 | 271.26 | 0.71 | 0.54 |
| Hex | 8D | 36 | DD | 24 | 4C | 0 | D | 10F | 47 | 36 |
| Octal | 215 | 66 | 335 | 44 | 114 | 0 | 15 | 417 | 107 | 66 |
| Binary | 10001101 | 110110 | 11011101 | 100100 | 1001100 | 0 | 1101 | 100001111 | 1000111 | 110110 |
Color Harmonies of #8D36DD
Complementary color
Monochromatic Colors of #8D36DD
Black with #8D36DD
Text Example
Text Example
White with #8D36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D36DD; }
p { color: rgb(141,54,221); }
H1.HeaderClassName
{
color: #8D36DD;
}
.AnyTagClassName
{
color: #8D36DD;
}
</style>
background-color css
<style>
a { background-color: #8D36DD; }
a { background-color: rgb(141,54,221); }
div.DivClassName
{
background-color: #8D36DD;
}
.BgClassName
{
background-color: #8D36DD;
}
</style>
border-color css
<style>
span { border-color: #8D36DD; }
span { border-color: rgb(141,54,221); }
td.TdClassName
{
border-color: #8D36DD;
}
.TagClassName
{
border-color: #8D36DD;
}
</style>