Shades of Vivid Violet #8A4185
Tints of Vivid Violet #8A4185
RGB
CMYK
RGB Variations
Color information
#8A4185 (or 0x8A4185) is known color: Vivid Violet. HEX triplet: 8A, 41 and 85. RGB value is (138,65,133). Sum of RGB (Red+Green+Blue) = 138+65+133=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4185 is #75BE7A. Grayscale: #5E5E5E. Windows color (decimal): -7716475 or 8733066. OLE color: 8733066.
HSL color Cylindrical-coordinate representation of color #8A4185: hue angle of 304.11º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4185 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 133 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.46 |
| HSL | 304.11º | 0.36% | 0.4% | - |
| HSV(B) | 304.11º | 0.53% | 0.54% | - |
| XYZ | 16.61 | 10.88 | 23.41 | - |
| YUV | 94.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 133 | 0 | 0.53 | 0.04 | 0.46 | 304.11 | 0.36 | 0.4 |
| Hex | 8A | 41 | 85 | 0 | 35 | 4 | 2E | 130 | 24 | 28 |
| Octal | 212 | 101 | 205 | 0 | 65 | 4 | 56 | 460 | 44 | 50 |
| Binary | 10001010 | 1000001 | 10000101 | 0 | 110101 | 100 | 101110 | 100110000 | 100100 | 101000 |
Color Harmonies of #8A4185
Complementary color
Monochromatic Colors of #8A4185
Black with #8A4185
Text Example
Text Example
White with #8A4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4185; }
p { color: rgb(138,65,133); }
H1.HeaderClassName
{
color: #8A4185;
}
.AnyTagClassName
{
color: #8A4185;
}
</style>
background-color css
<style>
a { background-color: #8A4185; }
a { background-color: rgb(138,65,133); }
div.DivClassName
{
background-color: #8A4185;
}
.BgClassName
{
background-color: #8A4185;
}
</style>
border-color css
<style>
span { border-color: #8A4185; }
span { border-color: rgb(138,65,133); }
td.TdClassName
{
border-color: #8A4185;
}
.TagClassName
{
border-color: #8A4185;
}
</style>