Shades of Vivid Violet #8A3594
Tints of Vivid Violet #8A3594
RGB
CMYK
RGB Variations
Color information
#8A3594 (or 0x8A3594) is known color: Vivid Violet. HEX triplet: 8A, 35 and 94. RGB value is (138,53,148). Sum of RGB (Red+Green+Blue) = 138+53+148=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A3594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3594 is #75CA6B. Grayscale: #585858. Windows color (decimal): -7719532 or 9713034. OLE color: 9713034.
HSL color Cylindrical-coordinate representation of color #8A3594: hue angle of 293.68º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3594 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 53 | 148 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.42 |
| HSL | 293.68º | 0.47% | 0.39% | - |
| HSV(B) | 293.68º | 0.64% | 0.58% | - |
| XYZ | 17.1 | 10.09 | 29.06 | - |
| YUV | 89.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 53 | 148 | 0.07 | 0.64 | 0 | 0.42 | 293.68 | 0.47 | 0.39 |
| Hex | 8A | 35 | 94 | 7 | 40 | 0 | 2A | 126 | 2F | 27 |
| Octal | 212 | 65 | 224 | 7 | 100 | 0 | 52 | 446 | 57 | 47 |
| Binary | 10001010 | 110101 | 10010100 | 111 | 1000000 | 0 | 101010 | 100100110 | 101111 | 100111 |
Color Harmonies of #8A3594
Complementary color
Monochromatic Colors of #8A3594
Black with #8A3594
Text Example
Text Example
White with #8A3594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3594; }
p { color: rgb(138,53,148); }
H1.HeaderClassName
{
color: #8A3594;
}
.AnyTagClassName
{
color: #8A3594;
}
</style>
background-color css
<style>
a { background-color: #8A3594; }
a { background-color: rgb(138,53,148); }
div.DivClassName
{
background-color: #8A3594;
}
.BgClassName
{
background-color: #8A3594;
}
</style>
border-color css
<style>
span { border-color: #8A3594; }
span { border-color: rgb(138,53,148); }
td.TdClassName
{
border-color: #8A3594;
}
.TagClassName
{
border-color: #8A3594;
}
</style>