Shades of Blue Violet #8F3ADC
Tints of Blue Violet #8F3ADC
RGB
CMYK
RGB Variations
Color information
#8F3ADC (or 0x8F3ADC) is known color: Blue Violet. HEX triplet: 8F, 3A and DC. RGB value is (143,58,220). Sum of RGB (Red+Green+Blue) = 143+58+220=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3ADC is #70C523. Grayscale: #656565. Windows color (decimal): -7390500 or 14432911. OLE color: 14432911.
HSL color Cylindrical-coordinate representation of color #8F3ADC: hue angle of 271.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F3ADC is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 58 | 220 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.14 |
| HSL | 271.48º | 0.7% | 0.55% | - |
| HSV(B) | 271.48º | 0.74% | 0.86% | - |
| XYZ | 25.76 | 14.03 | 69.06 | - |
| YUV | 101.88 | 194.66 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 220 | 0.35 | 0.74 | 0 | 0.14 | 271.48 | 0.7 | 0.55 |
| Hex | 8F | 3A | DC | 23 | 4A | 0 | E | 10F | 46 | 37 |
| Octal | 217 | 72 | 334 | 43 | 112 | 0 | 16 | 417 | 106 | 67 |
| Binary | 10001111 | 111010 | 11011100 | 100011 | 1001010 | 0 | 1110 | 100001111 | 1000110 | 110111 |
Color Harmonies of #8F3ADC
Complementary color
Monochromatic Colors of #8F3ADC
Black with #8F3ADC
Text Example
Text Example
White with #8F3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3ADC; }
p { color: rgb(143,58,220); }
H1.HeaderClassName
{
color: #8F3ADC;
}
.AnyTagClassName
{
color: #8F3ADC;
}
</style>
background-color css
<style>
a { background-color: #8F3ADC; }
a { background-color: rgb(143,58,220); }
div.DivClassName
{
background-color: #8F3ADC;
}
.BgClassName
{
background-color: #8F3ADC;
}
</style>
border-color css
<style>
span { border-color: #8F3ADC; }
span { border-color: rgb(143,58,220); }
td.TdClassName
{
border-color: #8F3ADC;
}
.TagClassName
{
border-color: #8F3ADC;
}
</style>