Shades of Vivid Violet #8B2CAA
Tints of Vivid Violet #8B2CAA
RGB
CMYK
RGB Variations
Color information
#8B2CAA (or 0x8B2CAA) is known color: Vivid Violet. HEX triplet: 8B, 2C and AA. RGB value is (139,44,170). Sum of RGB (Red+Green+Blue) = 139+44+170=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B2CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2CAA is #74D355. Grayscale: #565656. Windows color (decimal): -7656278 or 11152523. OLE color: 11152523.
HSL color Cylindrical-coordinate representation of color #8B2CAA: hue angle of 285.24º 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 #8B2CAA is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 44 | 170 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.33 |
| HSL | 285.24º | 0.59% | 0.42% | - |
| HSV(B) | 285.24º | 0.74% | 0.67% | - |
| XYZ | 18.8 | 10.19 | 39.01 | - |
| YUV | 86.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 170 | 0.18 | 0.74 | 0 | 0.33 | 285.24 | 0.59 | 0.42 |
| Hex | 8B | 2C | AA | 12 | 4A | 0 | 21 | 11D | 3B | 2A |
| Octal | 213 | 54 | 252 | 22 | 112 | 0 | 41 | 435 | 73 | 52 |
| Binary | 10001011 | 101100 | 10101010 | 10010 | 1001010 | 0 | 100001 | 100011101 | 111011 | 101010 |
Color Harmonies of #8B2CAA
Complementary color
Monochromatic Colors of #8B2CAA
Black with #8B2CAA
Text Example
Text Example
White with #8B2CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2CAA; }
p { color: rgb(139,44,170); }
H1.HeaderClassName
{
color: #8B2CAA;
}
.AnyTagClassName
{
color: #8B2CAA;
}
</style>
background-color css
<style>
a { background-color: #8B2CAA; }
a { background-color: rgb(139,44,170); }
div.DivClassName
{
background-color: #8B2CAA;
}
.BgClassName
{
background-color: #8B2CAA;
}
</style>
border-color css
<style>
span { border-color: #8B2CAA; }
span { border-color: rgb(139,44,170); }
td.TdClassName
{
border-color: #8B2CAA;
}
.TagClassName
{
border-color: #8B2CAA;
}
</style>