Shades of Blue Violet #8C3CDA
Tints of Blue Violet #8C3CDA
RGB
CMYK
RGB Variations
Color information
#8C3CDA (or 0x8C3CDA) is known color: Blue Violet. HEX triplet: 8C, 3C and DA. RGB value is (140,60,218). Sum of RGB (Red+Green+Blue) = 140+60+218=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C3CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3CDA is #73C325. Grayscale: #656565. Windows color (decimal): -7586598 or 14302348. OLE color: 14302348.
HSL color Cylindrical-coordinate representation of color #8C3CDA: hue angle of 270.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C3CDA is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 60 | 218 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.15 |
| HSL | 270.38º | 0.68% | 0.55% | - |
| HSV(B) | 270.38º | 0.72% | 0.85% | - |
| XYZ | 25.09 | 13.87 | 67.68 | - |
| YUV | 101.93 | 193.5 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 218 | 0.36 | 0.72 | 0 | 0.15 | 270.38 | 0.68 | 0.55 |
| Hex | 8C | 3C | DA | 24 | 48 | 0 | F | 10E | 44 | 37 |
| Octal | 214 | 74 | 332 | 44 | 110 | 0 | 17 | 416 | 104 | 67 |
| Binary | 10001100 | 111100 | 11011010 | 100100 | 1001000 | 0 | 1111 | 100001110 | 1000100 | 110111 |
Color Harmonies of #8C3CDA
Complementary color
Monochromatic Colors of #8C3CDA
Black with #8C3CDA
Text Example
Text Example
White with #8C3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3CDA; }
p { color: rgb(140,60,218); }
H1.HeaderClassName
{
color: #8C3CDA;
}
.AnyTagClassName
{
color: #8C3CDA;
}
</style>
background-color css
<style>
a { background-color: #8C3CDA; }
a { background-color: rgb(140,60,218); }
div.DivClassName
{
background-color: #8C3CDA;
}
.BgClassName
{
background-color: #8C3CDA;
}
</style>
border-color css
<style>
span { border-color: #8C3CDA; }
span { border-color: rgb(140,60,218); }
td.TdClassName
{
border-color: #8C3CDA;
}
.TagClassName
{
border-color: #8C3CDA;
}
</style>