Shades of Vivid Violet #8B2CAC
Tints of Vivid Violet #8B2CAC
RGB
CMYK
RGB Variations
Color information
#8B2CAC (or 0x8B2CAC) is known color: Vivid Violet. HEX triplet: 8B, 2C and AC. RGB value is (139,44,172). Sum of RGB (Red+Green+Blue) = 139+44+172=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B2CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2CAC is #74D353. Grayscale: #565656. Windows color (decimal): -7656276 or 11283595. OLE color: 11283595.
HSL color Cylindrical-coordinate representation of color #8B2CAC: hue angle of 284.53º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2CAC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 44 | 172 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.33 |
| HSL | 284.53º | 0.59% | 0.42% | - |
| HSV(B) | 284.53º | 0.74% | 0.67% | - |
| XYZ | 18.99 | 10.27 | 40.01 | - |
| YUV | 87 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 172 | 0.19 | 0.74 | 0 | 0.33 | 284.53 | 0.59 | 0.42 |
| Hex | 8B | 2C | AC | 13 | 4A | 0 | 21 | 11D | 3B | 2A |
| Octal | 213 | 54 | 254 | 23 | 112 | 0 | 41 | 435 | 73 | 52 |
| Binary | 10001011 | 101100 | 10101100 | 10011 | 1001010 | 0 | 100001 | 100011101 | 111011 | 101010 |
Color Harmonies of #8B2CAC
Complementary color
Monochromatic Colors of #8B2CAC
Black with #8B2CAC
Text Example
Text Example
White with #8B2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2CAC; }
p { color: rgb(139,44,172); }
H1.HeaderClassName
{
color: #8B2CAC;
}
.AnyTagClassName
{
color: #8B2CAC;
}
</style>
background-color css
<style>
a { background-color: #8B2CAC; }
a { background-color: rgb(139,44,172); }
div.DivClassName
{
background-color: #8B2CAC;
}
.BgClassName
{
background-color: #8B2CAC;
}
</style>
border-color css
<style>
span { border-color: #8B2CAC; }
span { border-color: rgb(139,44,172); }
td.TdClassName
{
border-color: #8B2CAC;
}
.TagClassName
{
border-color: #8B2CAC;
}
</style>