Shades of Vivid Violet #8A3092
Tints of Vivid Violet #8A3092
RGB
CMYK
RGB Variations
Color information
#8A3092 (or 0x8A3092) is known color: Vivid Violet. HEX triplet: 8A, 30 and 92. RGB value is (138,48,146). Sum of RGB (Red+Green+Blue) = 138+48+146=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A3092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3092 is #75CF6D. Grayscale: #555555. Windows color (decimal): -7720814 or 9580682. OLE color: 9580682.
HSL color Cylindrical-coordinate representation of color #8A3092: hue angle of 295.1º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3092 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 48 | 146 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.43 |
| HSL | 295.1º | 0.51% | 0.38% | - |
| HSV(B) | 295.1º | 0.67% | 0.57% | - |
| XYZ | 16.73 | 9.59 | 28.16 | - |
| YUV | 86.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 146 | 0.05 | 0.67 | 0 | 0.43 | 295.1 | 0.51 | 0.38 |
| Hex | 8A | 30 | 92 | 5 | 43 | 0 | 2B | 127 | 33 | 26 |
| Octal | 212 | 60 | 222 | 5 | 103 | 0 | 53 | 447 | 63 | 46 |
| Binary | 10001010 | 110000 | 10010010 | 101 | 1000011 | 0 | 101011 | 100100111 | 110011 | 100110 |
Color Harmonies of #8A3092
Complementary color
Monochromatic Colors of #8A3092
Black with #8A3092
Text Example
Text Example
White with #8A3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3092; }
p { color: rgb(138,48,146); }
H1.HeaderClassName
{
color: #8A3092;
}
.AnyTagClassName
{
color: #8A3092;
}
</style>
background-color css
<style>
a { background-color: #8A3092; }
a { background-color: rgb(138,48,146); }
div.DivClassName
{
background-color: #8A3092;
}
.BgClassName
{
background-color: #8A3092;
}
</style>
border-color css
<style>
span { border-color: #8A3092; }
span { border-color: rgb(138,48,146); }
td.TdClassName
{
border-color: #8A3092;
}
.TagClassName
{
border-color: #8A3092;
}
</style>