Shades of Vivid Violet #8C2B9A
Tints of Vivid Violet #8C2B9A
RGB
CMYK
RGB Variations
Color information
#8C2B9A (or 0x8C2B9A) is known color: Vivid Violet. HEX triplet: 8C, 2B and 9A. RGB value is (140,43,154). Sum of RGB (Red+Green+Blue) = 140+43+154=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C2B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2B9A is #73D465. Grayscale: #545454. Windows color (decimal): -7591014 or 10103692. OLE color: 10103692.
HSL color Cylindrical-coordinate representation of color #8C2B9A: hue angle of 292.43º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2B9A is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 43 | 154 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.40 |
| HSL | 292.43º | 0.56% | 0.39% | - |
| HSV(B) | 292.43º | 0.72% | 0.6% | - |
| XYZ | 17.51 | 9.64 | 31.51 | - |
| YUV | 84.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 154 | 0.09 | 0.72 | 0 | 0.40 | 292.43 | 0.56 | 0.39 |
| Hex | 8C | 2B | 9A | 9 | 48 | 0 | 28 | 124 | 38 | 27 |
| Octal | 214 | 53 | 232 | 11 | 110 | 0 | 50 | 444 | 70 | 47 |
| Binary | 10001100 | 101011 | 10011010 | 1001 | 1001000 | 0 | 101000 | 100100100 | 111000 | 100111 |
Color Harmonies of #8C2B9A
Complementary color
Monochromatic Colors of #8C2B9A
Black with #8C2B9A
Text Example
Text Example
White with #8C2B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B9A; }
p { color: rgb(140,43,154); }
H1.HeaderClassName
{
color: #8C2B9A;
}
.AnyTagClassName
{
color: #8C2B9A;
}
</style>
background-color css
<style>
a { background-color: #8C2B9A; }
a { background-color: rgb(140,43,154); }
div.DivClassName
{
background-color: #8C2B9A;
}
.BgClassName
{
background-color: #8C2B9A;
}
</style>
border-color css
<style>
span { border-color: #8C2B9A; }
span { border-color: rgb(140,43,154); }
td.TdClassName
{
border-color: #8C2B9A;
}
.TagClassName
{
border-color: #8C2B9A;
}
</style>