Shades of Vivid Violet #8A3088
Tints of Vivid Violet #8A3088
RGB
CMYK
RGB Variations
Color information
#8A3088 (or 0x8A3088) is known color: Vivid Violet. HEX triplet: 8A, 30 and 88. RGB value is (138,48,136). Sum of RGB (Red+Green+Blue) = 138+48+136=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3088 is #75CF77. Grayscale: #545454. Windows color (decimal): -7720824 or 8925322. OLE color: 8925322.
HSL color Cylindrical-coordinate representation of color #8A3088: hue angle of 301.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3088 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 136 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.46 |
| HSL | 301.33º | 0.48% | 0.36% | - |
| HSV(B) | 301.33º | 0.65% | 0.54% | - |
| XYZ | 15.98 | 9.29 | 24.24 | - |
| YUV | 84.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 136 | 0 | 0.65 | 0.01 | 0.46 | 301.33 | 0.48 | 0.36 |
| Hex | 8A | 30 | 88 | 0 | 41 | 1 | 2E | 12D | 30 | 24 |
| Octal | 212 | 60 | 210 | 0 | 101 | 1 | 56 | 455 | 60 | 44 |
| Binary | 10001010 | 110000 | 10001000 | 0 | 1000001 | 1 | 101110 | 100101101 | 110000 | 100100 |
Color Harmonies of #8A3088
Complementary color
Monochromatic Colors of #8A3088
Black with #8A3088
Text Example
Text Example
White with #8A3088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3088; }
p { color: rgb(138,48,136); }
H1.HeaderClassName
{
color: #8A3088;
}
.AnyTagClassName
{
color: #8A3088;
}
</style>
background-color css
<style>
a { background-color: #8A3088; }
a { background-color: rgb(138,48,136); }
div.DivClassName
{
background-color: #8A3088;
}
.BgClassName
{
background-color: #8A3088;
}
</style>
border-color css
<style>
span { border-color: #8A3088; }
span { border-color: rgb(138,48,136); }
td.TdClassName
{
border-color: #8A3088;
}
.TagClassName
{
border-color: #8A3088;
}
</style>