Shades of Vivid Violet #8A4389
Tints of Vivid Violet #8A4389
RGB
CMYK
RGB Variations
Color information
#8A4389 (or 0x8A4389) is known color: Vivid Violet. HEX triplet: 8A, 43 and 89. RGB value is (138,67,137). Sum of RGB (Red+Green+Blue) = 138+67+137=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4389 is #75BC76. Grayscale: #606060. Windows color (decimal): -7715959 or 8995722. OLE color: 8995722.
HSL color Cylindrical-coordinate representation of color #8A4389: hue angle of 300.85º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4389 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 67 | 137 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.46 |
| HSL | 300.85º | 0.35% | 0.4% | - |
| HSV(B) | 300.85º | 0.51% | 0.54% | - |
| XYZ | 17 | 11.22 | 24.94 | - |
| YUV | 96.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 67 | 137 | 0 | 0.51 | 0.01 | 0.46 | 300.85 | 0.35 | 0.4 |
| Hex | 8A | 43 | 89 | 0 | 33 | 1 | 2E | 12D | 23 | 28 |
| Octal | 212 | 103 | 211 | 0 | 63 | 1 | 56 | 455 | 43 | 50 |
| Binary | 10001010 | 1000011 | 10001001 | 0 | 110011 | 1 | 101110 | 100101101 | 100011 | 101000 |
Color Harmonies of #8A4389
Complementary color
Monochromatic Colors of #8A4389
Black with #8A4389
Text Example
Text Example
White with #8A4389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4389; }
p { color: rgb(138,67,137); }
H1.HeaderClassName
{
color: #8A4389;
}
.AnyTagClassName
{
color: #8A4389;
}
</style>
background-color css
<style>
a { background-color: #8A4389; }
a { background-color: rgb(138,67,137); }
div.DivClassName
{
background-color: #8A4389;
}
.BgClassName
{
background-color: #8A4389;
}
</style>
border-color css
<style>
span { border-color: #8A4389; }
span { border-color: rgb(138,67,137); }
td.TdClassName
{
border-color: #8A4389;
}
.TagClassName
{
border-color: #8A4389;
}
</style>