Shades of Blue Violet #8C3ADC
Tints of Blue Violet #8C3ADC
RGB
CMYK
RGB Variations
Color information
#8C3ADC (or 0x8C3ADC) is known color: Blue Violet. HEX triplet: 8C, 3A and DC. RGB value is (140,58,220). Sum of RGB (Red+Green+Blue) = 140+58+220=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3ADC is #73C523. Grayscale: #646464. Windows color (decimal): -7587108 or 14432908. OLE color: 14432908.
HSL color Cylindrical-coordinate representation of color #8C3ADC: hue angle of 270.37º 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 #8C3ADC is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 58 | 220 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.14 |
| HSL | 270.37º | 0.7% | 0.55% | - |
| HSV(B) | 270.37º | 0.74% | 0.86% | - |
| XYZ | 25.25 | 13.77 | 69.04 | - |
| YUV | 100.99 | 195.17 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 220 | 0.36 | 0.74 | 0 | 0.14 | 270.37 | 0.7 | 0.55 |
| Hex | 8C | 3A | DC | 24 | 4A | 0 | E | 10E | 46 | 37 |
| Octal | 214 | 72 | 334 | 44 | 112 | 0 | 16 | 416 | 106 | 67 |
| Binary | 10001100 | 111010 | 11011100 | 100100 | 1001010 | 0 | 1110 | 100001110 | 1000110 | 110111 |
Color Harmonies of #8C3ADC
Complementary color
Monochromatic Colors of #8C3ADC
Black with #8C3ADC
Text Example
Text Example
White with #8C3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3ADC; }
p { color: rgb(140,58,220); }
H1.HeaderClassName
{
color: #8C3ADC;
}
.AnyTagClassName
{
color: #8C3ADC;
}
</style>
background-color css
<style>
a { background-color: #8C3ADC; }
a { background-color: rgb(140,58,220); }
div.DivClassName
{
background-color: #8C3ADC;
}
.BgClassName
{
background-color: #8C3ADC;
}
</style>
border-color css
<style>
span { border-color: #8C3ADC; }
span { border-color: rgb(140,58,220); }
td.TdClassName
{
border-color: #8C3ADC;
}
.TagClassName
{
border-color: #8C3ADC;
}
</style>