Shades of Vivid Violet #8A2594
Tints of Vivid Violet #8A2594
RGB
CMYK
RGB Variations
Color information
#8A2594 (or 0x8A2594) is known color: Vivid Violet. HEX triplet: 8A, 25 and 94. RGB value is (138,37,148). Sum of RGB (Red+Green+Blue) = 138+37+148=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A2594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2594 is #75DA6B. Grayscale: #4F4F4F. Windows color (decimal): -7723628 or 9708938. OLE color: 9708938.
HSL color Cylindrical-coordinate representation of color #8A2594: hue angle of 294.59º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2594 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 37 | 148 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.42 |
| HSL | 294.59º | 0.6% | 0.36% | - |
| HSV(B) | 294.59º | 0.75% | 0.58% | - |
| XYZ | 16.49 | 8.86 | 28.86 | - |
| YUV | 79.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 37 | 148 | 0.07 | 0.75 | 0 | 0.42 | 294.59 | 0.6 | 0.36 |
| Hex | 8A | 25 | 94 | 7 | 4B | 0 | 2A | 127 | 3C | 24 |
| Octal | 212 | 45 | 224 | 7 | 113 | 0 | 52 | 447 | 74 | 44 |
| Binary | 10001010 | 100101 | 10010100 | 111 | 1001011 | 0 | 101010 | 100100111 | 111100 | 100100 |
Color Harmonies of #8A2594
Complementary color
Monochromatic Colors of #8A2594
Black with #8A2594
Text Example
Text Example
White with #8A2594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2594; }
p { color: rgb(138,37,148); }
H1.HeaderClassName
{
color: #8A2594;
}
.AnyTagClassName
{
color: #8A2594;
}
</style>
background-color css
<style>
a { background-color: #8A2594; }
a { background-color: rgb(138,37,148); }
div.DivClassName
{
background-color: #8A2594;
}
.BgClassName
{
background-color: #8A2594;
}
</style>
border-color css
<style>
span { border-color: #8A2594; }
span { border-color: rgb(138,37,148); }
td.TdClassName
{
border-color: #8A2594;
}
.TagClassName
{
border-color: #8A2594;
}
</style>