Shades of Vivid Violet #8C2B93
Tints of Vivid Violet #8C2B93
RGB
CMYK
RGB Variations
Color information
#8C2B93 (or 0x8C2B93) is known color: Vivid Violet. HEX triplet: 8C, 2B and 93. RGB value is (140,43,147). Sum of RGB (Red+Green+Blue) = 140+43+147=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C2B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2B93 is #73D46C. Grayscale: #535353. Windows color (decimal): -7591021 or 9644940. OLE color: 9644940.
HSL color Cylindrical-coordinate representation of color #8C2B93: hue angle of 295.96º 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 #8C2B93 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 43 | 147 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.42 |
| HSL | 295.96º | 0.55% | 0.37% | - |
| HSV(B) | 295.96º | 0.71% | 0.58% | - |
| XYZ | 16.95 | 9.41 | 28.53 | - |
| YUV | 83.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 147 | 0.05 | 0.71 | 0 | 0.42 | 295.96 | 0.55 | 0.37 |
| Hex | 8C | 2B | 93 | 5 | 47 | 0 | 2A | 128 | 37 | 25 |
| Octal | 214 | 53 | 223 | 5 | 107 | 0 | 52 | 450 | 67 | 45 |
| Binary | 10001100 | 101011 | 10010011 | 101 | 1000111 | 0 | 101010 | 100101000 | 110111 | 100101 |
Color Harmonies of #8C2B93
Complementary color
Monochromatic Colors of #8C2B93
Black with #8C2B93
Text Example
Text Example
White with #8C2B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B93; }
p { color: rgb(140,43,147); }
H1.HeaderClassName
{
color: #8C2B93;
}
.AnyTagClassName
{
color: #8C2B93;
}
</style>
background-color css
<style>
a { background-color: #8C2B93; }
a { background-color: rgb(140,43,147); }
div.DivClassName
{
background-color: #8C2B93;
}
.BgClassName
{
background-color: #8C2B93;
}
</style>
border-color css
<style>
span { border-color: #8C2B93; }
span { border-color: rgb(140,43,147); }
td.TdClassName
{
border-color: #8C2B93;
}
.TagClassName
{
border-color: #8C2B93;
}
</style>