Shades of Blue Violet #8F2CDE
Tints of Blue Violet #8F2CDE
RGB
CMYK
RGB Variations
Color information
#8F2CDE (or 0x8F2CDE) is known color: Blue Violet. HEX triplet: 8F, 2C and DE. RGB value is (143,44,222). Sum of RGB (Red+Green+Blue) = 143+44+222=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F2CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2CDE is #70D321. Grayscale: #5D5D5D. Windows color (decimal): -7394082 or 14560399. OLE color: 14560399.
HSL color Cylindrical-coordinate representation of color #8F2CDE: hue angle of 273.37º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F2CDE is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 44 | 222 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.13 |
| HSL | 273.37º | 0.73% | 0.52% | - |
| HSV(B) | 273.37º | 0.8% | 0.87% | - |
| XYZ | 25.41 | 12.91 | 70.26 | - |
| YUV | 93.89 | 200.3 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 44 | 222 | 0.36 | 0.80 | 0 | 0.13 | 273.37 | 0.73 | 0.52 |
| Hex | 8F | 2C | DE | 24 | 50 | 0 | D | 111 | 49 | 34 |
| Octal | 217 | 54 | 336 | 44 | 120 | 0 | 15 | 421 | 111 | 64 |
| Binary | 10001111 | 101100 | 11011110 | 100100 | 1010000 | 0 | 1101 | 100010001 | 1001001 | 110100 |
Color Harmonies of #8F2CDE
Complementary color
Monochromatic Colors of #8F2CDE
Black with #8F2CDE
Text Example
Text Example
White with #8F2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2CDE; }
p { color: rgb(143,44,222); }
H1.HeaderClassName
{
color: #8F2CDE;
}
.AnyTagClassName
{
color: #8F2CDE;
}
</style>
background-color css
<style>
a { background-color: #8F2CDE; }
a { background-color: rgb(143,44,222); }
div.DivClassName
{
background-color: #8F2CDE;
}
.BgClassName
{
background-color: #8F2CDE;
}
</style>
border-color css
<style>
span { border-color: #8F2CDE; }
span { border-color: rgb(143,44,222); }
td.TdClassName
{
border-color: #8F2CDE;
}
.TagClassName
{
border-color: #8F2CDE;
}
</style>