Shades of Blue Violet #8D18DA
Tints of Blue Violet #8D18DA
RGB
CMYK
RGB Variations
Color information
#8D18DA (or 0x8D18DA) is known color: Blue Violet. HEX triplet: 8D, 18 and DA. RGB value is (141,24,218). Sum of RGB (Red+Green+Blue) = 141+24+218=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D18DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D18DA is #72E725. Grayscale: #505050. Windows color (decimal): -7530278 or 14293133. OLE color: 14293133.
HSL color Cylindrical-coordinate representation of color #8D18DA: hue angle of 276.19º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D18DA is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 24 | 218 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.15 |
| HSL | 276.19º | 0.8% | 0.47% | - |
| HSV(B) | 276.19º | 0.89% | 0.85% | - |
| XYZ | 23.97 | 11.38 | 67.26 | - |
| YUV | 81.1 | 205.26 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 218 | 0.35 | 0.89 | 0 | 0.15 | 276.19 | 0.8 | 0.47 |
| Hex | 8D | 18 | DA | 23 | 59 | 0 | F | 114 | 50 | 2F |
| Octal | 215 | 30 | 332 | 43 | 131 | 0 | 17 | 424 | 120 | 57 |
| Binary | 10001101 | 11000 | 11011010 | 100011 | 1011001 | 0 | 1111 | 100010100 | 1010000 | 101111 |
Color Harmonies of #8D18DA
Complementary color
Monochromatic Colors of #8D18DA
Black with #8D18DA
Text Example
Text Example
White with #8D18DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D18DA; }
p { color: rgb(141,24,218); }
H1.HeaderClassName
{
color: #8D18DA;
}
.AnyTagClassName
{
color: #8D18DA;
}
</style>
background-color css
<style>
a { background-color: #8D18DA; }
a { background-color: rgb(141,24,218); }
div.DivClassName
{
background-color: #8D18DA;
}
.BgClassName
{
background-color: #8D18DA;
}
</style>
border-color css
<style>
span { border-color: #8D18DA; }
span { border-color: rgb(141,24,218); }
td.TdClassName
{
border-color: #8D18DA;
}
.TagClassName
{
border-color: #8D18DA;
}
</style>