Shades of Vivid Violet #8C2B94
Tints of Vivid Violet #8C2B94
RGB
CMYK
RGB Variations
Color information
#8C2B94 (or 0x8C2B94) is known color: Vivid Violet. HEX triplet: 8C, 2B and 94. RGB value is (140,43,148). Sum of RGB (Red+Green+Blue) = 140+43+148=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C2B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2B94 is #73D46B. Grayscale: #535353. Windows color (decimal): -7591020 or 9710476. OLE color: 9710476.
HSL color Cylindrical-coordinate representation of color #8C2B94: hue angle of 295.43º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2B94 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 43 | 148 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.42 |
| HSL | 295.43º | 0.55% | 0.37% | - |
| HSV(B) | 295.43º | 0.71% | 0.58% | - |
| XYZ | 17.02 | 9.44 | 28.94 | - |
| YUV | 83.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 148 | 0.05 | 0.71 | 0 | 0.42 | 295.43 | 0.55 | 0.37 |
| Hex | 8C | 2B | 94 | 5 | 47 | 0 | 2A | 127 | 37 | 25 |
| Octal | 214 | 53 | 224 | 5 | 107 | 0 | 52 | 447 | 67 | 45 |
| Binary | 10001100 | 101011 | 10010100 | 101 | 1000111 | 0 | 101010 | 100100111 | 110111 | 100101 |
Color Harmonies of #8C2B94
Complementary color
Monochromatic Colors of #8C2B94
Black with #8C2B94
Text Example
Text Example
White with #8C2B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B94; }
p { color: rgb(140,43,148); }
H1.HeaderClassName
{
color: #8C2B94;
}
.AnyTagClassName
{
color: #8C2B94;
}
</style>
background-color css
<style>
a { background-color: #8C2B94; }
a { background-color: rgb(140,43,148); }
div.DivClassName
{
background-color: #8C2B94;
}
.BgClassName
{
background-color: #8C2B94;
}
</style>
border-color css
<style>
span { border-color: #8C2B94; }
span { border-color: rgb(140,43,148); }
td.TdClassName
{
border-color: #8C2B94;
}
.TagClassName
{
border-color: #8C2B94;
}
</style>