Shades of Dark Violet #8418BE
Tints of Dark Violet #8418BE
RGB
CMYK
RGB Variations
Color information
#8418BE (or 0x8418BE) is known color: Dark Violet. HEX triplet: 84, 18 and BE. RGB value is (132,24,190). Sum of RGB (Red+Green+Blue) = 132+24+190=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #8418BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8418BE is #7BE741. Grayscale: #4A4A4A. Windows color (decimal): -8120130 or 12458116. OLE color: 12458116.
HSL color Cylindrical-coordinate representation of color #8418BE: hue angle of 279.04º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8418BE is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 24 | 190 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.25 |
| HSL | 279.04º | 0.78% | 0.42% | - |
| HSV(B) | 279.04º | 0.87% | 0.75% | - |
| XYZ | 19.14 | 9.28 | 49.5 | - |
| YUV | 75.22 | 192.78 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 190 | 0.31 | 0.87 | 0 | 0.25 | 279.04 | 0.78 | 0.42 |
| Hex | 84 | 18 | BE | 1F | 57 | 0 | 19 | 117 | 4E | 2A |
| Octal | 204 | 30 | 276 | 37 | 127 | 0 | 31 | 427 | 116 | 52 |
| Binary | 10000100 | 11000 | 10111110 | 11111 | 1010111 | 0 | 11001 | 100010111 | 1001110 | 101010 |
Color Harmonies of #8418BE
Complementary color
Monochromatic Colors of #8418BE
Black with #8418BE
Text Example
Text Example
White with #8418BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8418BE; }
p { color: rgb(132,24,190); }
H1.HeaderClassName
{
color: #8418BE;
}
.AnyTagClassName
{
color: #8418BE;
}
</style>
background-color css
<style>
a { background-color: #8418BE; }
a { background-color: rgb(132,24,190); }
div.DivClassName
{
background-color: #8418BE;
}
.BgClassName
{
background-color: #8418BE;
}
</style>
border-color css
<style>
span { border-color: #8418BE; }
span { border-color: rgb(132,24,190); }
td.TdClassName
{
border-color: #8418BE;
}
.TagClassName
{
border-color: #8418BE;
}
</style>