Shades of Vivid Violet #8A3090
Tints of Vivid Violet #8A3090
RGB
CMYK
RGB Variations
Color information
#8A3090 (or 0x8A3090) is known color: Vivid Violet. HEX triplet: 8A, 30 and 90. RGB value is (138,48,144). Sum of RGB (Red+Green+Blue) = 138+48+144=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A3090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3090 is #75CF6F. Grayscale: #555555. Windows color (decimal): -7720816 or 9449610. OLE color: 9449610.
HSL color Cylindrical-coordinate representation of color #8A3090: hue angle of 296.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3090 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 48 | 144 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.44 |
| HSL | 296.25º | 0.5% | 0.38% | - |
| HSV(B) | 296.25º | 0.67% | 0.56% | - |
| XYZ | 16.57 | 9.53 | 27.35 | - |
| YUV | 85.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 144 | 0.04 | 0.67 | 0 | 0.44 | 296.25 | 0.5 | 0.38 |
| Hex | 8A | 30 | 90 | 4 | 43 | 0 | 2C | 128 | 32 | 26 |
| Octal | 212 | 60 | 220 | 4 | 103 | 0 | 54 | 450 | 62 | 46 |
| Binary | 10001010 | 110000 | 10010000 | 100 | 1000011 | 0 | 101100 | 100101000 | 110010 | 100110 |
Color Harmonies of #8A3090
Complementary color
Monochromatic Colors of #8A3090
Black with #8A3090
Text Example
Text Example
White with #8A3090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3090; }
p { color: rgb(138,48,144); }
H1.HeaderClassName
{
color: #8A3090;
}
.AnyTagClassName
{
color: #8A3090;
}
</style>
background-color css
<style>
a { background-color: #8A3090; }
a { background-color: rgb(138,48,144); }
div.DivClassName
{
background-color: #8A3090;
}
.BgClassName
{
background-color: #8A3090;
}
</style>
border-color css
<style>
span { border-color: #8A3090; }
span { border-color: rgb(138,48,144); }
td.TdClassName
{
border-color: #8A3090;
}
.TagClassName
{
border-color: #8A3090;
}
</style>