Shades of Blue Violet #8C2BDA
Tints of Blue Violet #8C2BDA
RGB
CMYK
RGB Variations
Color information
#8C2BDA (or 0x8C2BDA) is known color: Blue Violet. HEX triplet: 8C, 2B and DA. RGB value is (140,43,218). Sum of RGB (Red+Green+Blue) = 140+43+218=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C2BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2BDA is #73D425. Grayscale: #5B5B5B. Windows color (decimal): -7590950 or 14297996. OLE color: 14297996.
HSL color Cylindrical-coordinate representation of color #8C2BDA: hue angle of 273.26º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C2BDA is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 140 | 43 | 218 | - |
CMYK | 0.36 | 0.80 | 0 | 0.15 |
HSL | 273.26º | 0.7% | 0.51% | - |
HSV(B) | 273.26º | 0.8% | 0.85% | - |
XYZ | 24.33 | 12.37 | 67.43 | - |
YUV | 91.95 | 199.14 | 162.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 43 | 218 | 0.36 | 0.80 | 0 | 0.15 | 273.26 | 0.7 | 0.51 |
Hex | 8C | 2B | DA | 24 | 50 | 0 | F | 111 | 46 | 33 |
Octal | 214 | 53 | 332 | 44 | 120 | 0 | 17 | 421 | 106 | 63 |
Binary | 10001100 | 101011 | 11011010 | 100100 | 1010000 | 0 | 1111 | 100010001 | 1000110 | 110011 |
Color Harmonies of #8C2BDA
Complementary color
Monochromatic Colors of #8C2BDA
Black with #8C2BDA
Text Example
Text Example
White with #8C2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2BDA; }
p { color: rgb(140,43,218); }
H1.HeaderClassName
{
color: #8C2BDA;
}
.AnyTagClassName
{
color: #8C2BDA;
}
</style>
background-color css
<style>
a { background-color: #8C2BDA; }
a { background-color: rgb(140,43,218); }
div.DivClassName
{
background-color: #8C2BDA;
}
.BgClassName
{
background-color: #8C2BDA;
}
</style>
border-color css
<style>
span { border-color: #8C2BDA; }
span { border-color: rgb(140,43,218); }
td.TdClassName
{
border-color: #8C2BDA;
}
.TagClassName
{
border-color: #8C2BDA;
}
</style>