Shades of Blue Violet #8D2AF0
Tints of Blue Violet #8D2AF0
RGB
CMYK
RGB Variations
Color information
#8D2AF0 (or 0x8D2AF0) is known color: Blue Violet. HEX triplet: 8D, 2A and F0. RGB value is (141,42,240). Sum of RGB (Red+Green+Blue) = 141+42+240=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #8D2AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D2AF0 is #72D50F. Grayscale: #5D5D5D. Windows color (decimal): -7525648 or 15739533. OLE color: 15739533.
HSL color Cylindrical-coordinate representation of color #8D2AF0: hue angle of 270º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D2AF0 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 42 | 240 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.06 |
| HSL | 270º | 0.87% | 0.55% | - |
| HSV(B) | 270º | 0.83% | 0.94% | - |
| XYZ | 27.54 | 13.61 | 83.61 | - |
| YUV | 94.17 | 210.3 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 42 | 240 | 0.41 | 0.82 | 0 | 0.06 | 270 | 0.87 | 0.55 |
| Hex | 8D | 2A | F0 | 29 | 52 | 0 | 6 | 10E | 57 | 37 |
| Octal | 215 | 52 | 360 | 51 | 122 | 0 | 6 | 416 | 127 | 67 |
| Binary | 10001101 | 101010 | 11110000 | 101001 | 1010010 | 0 | 110 | 100001110 | 1010111 | 110111 |
Color Harmonies of #8D2AF0
Complementary color
Monochromatic Colors of #8D2AF0
Black with #8D2AF0
Text Example
Text Example
White with #8D2AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2AF0; }
p { color: rgb(141,42,240); }
H1.HeaderClassName
{
color: #8D2AF0;
}
.AnyTagClassName
{
color: #8D2AF0;
}
</style>
background-color css
<style>
a { background-color: #8D2AF0; }
a { background-color: rgb(141,42,240); }
div.DivClassName
{
background-color: #8D2AF0;
}
.BgClassName
{
background-color: #8D2AF0;
}
</style>
border-color css
<style>
span { border-color: #8D2AF0; }
span { border-color: rgb(141,42,240); }
td.TdClassName
{
border-color: #8D2AF0;
}
.TagClassName
{
border-color: #8D2AF0;
}
</style>