Shades of Blue Violet #8415D8
Tints of Blue Violet #8415D8
RGB
CMYK
RGB Variations
Color information
#8415D8 (or 0x8415D8) is known color: Blue Violet. HEX triplet: 84, 15 and D8. RGB value is (132,21,216). Sum of RGB (Red+Green+Blue) = 132+21+216=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #8415D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8415D8 is #7BEA27. Grayscale: #4B4B4B. Windows color (decimal): -8120872 or 14161284. OLE color: 14161284.
HSL color Cylindrical-coordinate representation of color #8415D8: hue angle of 274.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8415D8 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 21 | 216 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.15 |
| HSL | 274.15º | 0.82% | 0.46% | - |
| HSV(B) | 274.15º | 0.9% | 0.85% | - |
| XYZ | 22.18 | 10.4 | 65.8 | - |
| YUV | 76.42 | 206.77 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 216 | 0.39 | 0.90 | 0 | 0.15 | 274.15 | 0.82 | 0.46 |
| Hex | 84 | 15 | D8 | 27 | 5A | 0 | F | 112 | 52 | 2E |
| Octal | 204 | 25 | 330 | 47 | 132 | 0 | 17 | 422 | 122 | 56 |
| Binary | 10000100 | 10101 | 11011000 | 100111 | 1011010 | 0 | 1111 | 100010010 | 1010010 | 101110 |
Color Harmonies of #8415D8
Complementary color
Monochromatic Colors of #8415D8
Black with #8415D8
Text Example
Text Example
White with #8415D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8415D8; }
p { color: rgb(132,21,216); }
H1.HeaderClassName
{
color: #8415D8;
}
.AnyTagClassName
{
color: #8415D8;
}
</style>
background-color css
<style>
a { background-color: #8415D8; }
a { background-color: rgb(132,21,216); }
div.DivClassName
{
background-color: #8415D8;
}
.BgClassName
{
background-color: #8415D8;
}
</style>
border-color css
<style>
span { border-color: #8415D8; }
span { border-color: rgb(132,21,216); }
td.TdClassName
{
border-color: #8415D8;
}
.TagClassName
{
border-color: #8415D8;
}
</style>