Shades of Blue Violet #8C1CDA
Tints of Blue Violet #8C1CDA
RGB
CMYK
RGB Variations
Color information
#8C1CDA (or 0x8C1CDA) is known color: Blue Violet. HEX triplet: 8C, 1C and DA. RGB value is (140,28,218). Sum of RGB (Red+Green+Blue) = 140+28+218=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C1CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1CDA is #73E325. Grayscale: #525252. Windows color (decimal): -7594790 or 14294156. OLE color: 14294156.
HSL color Cylindrical-coordinate representation of color #8C1CDA: hue angle of 275.37º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C1CDA is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 28 | 218 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.15 |
| HSL | 275.37º | 0.77% | 0.48% | - |
| HSV(B) | 275.37º | 0.87% | 0.85% | - |
| XYZ | 23.89 | 11.47 | 67.28 | - |
| YUV | 83.15 | 204.11 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 218 | 0.36 | 0.87 | 0 | 0.15 | 275.37 | 0.77 | 0.48 |
| Hex | 8C | 1C | DA | 24 | 57 | 0 | F | 113 | 4D | 30 |
| Octal | 214 | 34 | 332 | 44 | 127 | 0 | 17 | 423 | 115 | 60 |
| Binary | 10001100 | 11100 | 11011010 | 100100 | 1010111 | 0 | 1111 | 100010011 | 1001101 | 110000 |
Color Harmonies of #8C1CDA
Complementary color
Monochromatic Colors of #8C1CDA
Black with #8C1CDA
Text Example
Text Example
White with #8C1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1CDA; }
p { color: rgb(140,28,218); }
H1.HeaderClassName
{
color: #8C1CDA;
}
.AnyTagClassName
{
color: #8C1CDA;
}
</style>
background-color css
<style>
a { background-color: #8C1CDA; }
a { background-color: rgb(140,28,218); }
div.DivClassName
{
background-color: #8C1CDA;
}
.BgClassName
{
background-color: #8C1CDA;
}
</style>
border-color css
<style>
span { border-color: #8C1CDA; }
span { border-color: rgb(140,28,218); }
td.TdClassName
{
border-color: #8C1CDA;
}
.TagClassName
{
border-color: #8C1CDA;
}
</style>