Shades of Vivid Violet #8A2B89
Tints of Vivid Violet #8A2B89
RGB
CMYK
RGB Variations
Color information
#8A2B89 (or 0x8A2B89) is known color: Vivid Violet. HEX triplet: 8A, 2B and 89. RGB value is (138,43,137). Sum of RGB (Red+Green+Blue) = 138+43+137=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2B89 is #75D476. Grayscale: #515151. Windows color (decimal): -7722103 or 8989578. OLE color: 8989578.
HSL color Cylindrical-coordinate representation of color #8A2B89: hue angle of 300.63º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A2B89 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 43 | 137 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.46 |
| HSL | 300.63º | 0.52% | 0.35% | - |
| HSV(B) | 300.63º | 0.69% | 0.54% | - |
| XYZ | 15.86 | 8.94 | 24.56 | - |
| YUV | 82.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 137 | 0 | 0.69 | 0.01 | 0.46 | 300.63 | 0.52 | 0.35 |
| Hex | 8A | 2B | 89 | 0 | 45 | 1 | 2E | 12D | 34 | 23 |
| Octal | 212 | 53 | 211 | 0 | 105 | 1 | 56 | 455 | 64 | 43 |
| Binary | 10001010 | 101011 | 10001001 | 0 | 1000101 | 1 | 101110 | 100101101 | 110100 | 100011 |
Color Harmonies of #8A2B89
Complementary color
Monochromatic Colors of #8A2B89
Black with #8A2B89
Text Example
Text Example
White with #8A2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2B89; }
p { color: rgb(138,43,137); }
H1.HeaderClassName
{
color: #8A2B89;
}
.AnyTagClassName
{
color: #8A2B89;
}
</style>
background-color css
<style>
a { background-color: #8A2B89; }
a { background-color: rgb(138,43,137); }
div.DivClassName
{
background-color: #8A2B89;
}
.BgClassName
{
background-color: #8A2B89;
}
</style>
border-color css
<style>
span { border-color: #8A2B89; }
span { border-color: rgb(138,43,137); }
td.TdClassName
{
border-color: #8A2B89;
}
.TagClassName
{
border-color: #8A2B89;
}
</style>