Shades of Blue Violet #8C37DA
Tints of Blue Violet #8C37DA
RGB
CMYK
RGB Variations
Color information
#8C37DA (or 0x8C37DA) is known color: Blue Violet. HEX triplet: 8C, 37 and DA. RGB value is (140,55,218). Sum of RGB (Red+Green+Blue) = 140+55+218=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C37DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C37DA is #73C825. Grayscale: #626262. Windows color (decimal): -7587878 or 14301068. OLE color: 14301068.
HSL color Cylindrical-coordinate representation of color #8C37DA: hue angle of 271.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C37DA is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 55 | 218 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.15 |
| HSL | 271.29º | 0.69% | 0.54% | - |
| HSV(B) | 271.29º | 0.75% | 0.85% | - |
| XYZ | 24.84 | 13.37 | 67.6 | - |
| YUV | 99 | 195.16 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 218 | 0.36 | 0.75 | 0 | 0.15 | 271.29 | 0.69 | 0.54 |
| Hex | 8C | 37 | DA | 24 | 4B | 0 | F | 10F | 45 | 36 |
| Octal | 214 | 67 | 332 | 44 | 113 | 0 | 17 | 417 | 105 | 66 |
| Binary | 10001100 | 110111 | 11011010 | 100100 | 1001011 | 0 | 1111 | 100001111 | 1000101 | 110110 |
Color Harmonies of #8C37DA
Complementary color
Monochromatic Colors of #8C37DA
Black with #8C37DA
Text Example
Text Example
White with #8C37DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C37DA; }
p { color: rgb(140,55,218); }
H1.HeaderClassName
{
color: #8C37DA;
}
.AnyTagClassName
{
color: #8C37DA;
}
</style>
background-color css
<style>
a { background-color: #8C37DA; }
a { background-color: rgb(140,55,218); }
div.DivClassName
{
background-color: #8C37DA;
}
.BgClassName
{
background-color: #8C37DA;
}
</style>
border-color css
<style>
span { border-color: #8C37DA; }
span { border-color: rgb(140,55,218); }
td.TdClassName
{
border-color: #8C37DA;
}
.TagClassName
{
border-color: #8C37DA;
}
</style>