Shades of Blue Violet #8F2ADB
Tints of Blue Violet #8F2ADB
RGB
CMYK
RGB Variations
Color information
#8F2ADB (or 0x8F2ADB) is known color: Blue Violet. HEX triplet: 8F, 2A and DB. RGB value is (143,42,219). Sum of RGB (Red+Green+Blue) = 143+42+219=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F2ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2ADB is #70D524. Grayscale: #5B5B5B. Windows color (decimal): -7394597 or 14363279. OLE color: 14363279.
HSL color Cylindrical-coordinate representation of color #8F2ADB: hue angle of 274.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F2ADB is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 42 | 219 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.14 |
| HSL | 274.24º | 0.71% | 0.51% | - |
| HSV(B) | 274.24º | 0.81% | 0.86% | - |
| XYZ | 24.94 | 12.61 | 68.14 | - |
| YUV | 92.38 | 199.46 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 219 | 0.35 | 0.81 | 0 | 0.14 | 274.24 | 0.71 | 0.51 |
| Hex | 8F | 2A | DB | 23 | 51 | 0 | E | 112 | 47 | 33 |
| Octal | 217 | 52 | 333 | 43 | 121 | 0 | 16 | 422 | 107 | 63 |
| Binary | 10001111 | 101010 | 11011011 | 100011 | 1010001 | 0 | 1110 | 100010010 | 1000111 | 110011 |
Color Harmonies of #8F2ADB
Complementary color
Monochromatic Colors of #8F2ADB
Black with #8F2ADB
Text Example
Text Example
White with #8F2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2ADB; }
p { color: rgb(143,42,219); }
H1.HeaderClassName
{
color: #8F2ADB;
}
.AnyTagClassName
{
color: #8F2ADB;
}
</style>
background-color css
<style>
a { background-color: #8F2ADB; }
a { background-color: rgb(143,42,219); }
div.DivClassName
{
background-color: #8F2ADB;
}
.BgClassName
{
background-color: #8F2ADB;
}
</style>
border-color css
<style>
span { border-color: #8F2ADB; }
span { border-color: rgb(143,42,219); }
td.TdClassName
{
border-color: #8F2ADB;
}
.TagClassName
{
border-color: #8F2ADB;
}
</style>