Shades of Vivid Violet #8A249E
Tints of Vivid Violet #8A249E
RGB
CMYK
RGB Variations
Color information
#8A249E (or 0x8A249E) is known color: Vivid Violet. HEX triplet: 8A, 24 and 9E. RGB value is (138,36,158). Sum of RGB (Red+Green+Blue) = 138+36+158=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A249E is #75DB61. Grayscale: #505050. Windows color (decimal): -7723874 or 10364042. OLE color: 10364042.
HSL color Cylindrical-coordinate representation of color #8A249E: hue angle of 290.16º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A249E is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 36 | 158 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.38 |
| HSL | 290.16º | 0.63% | 0.38% | - |
| HSV(B) | 290.16º | 0.77% | 0.62% | - |
| XYZ | 17.28 | 9.13 | 33.2 | - |
| YUV | 80.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 158 | 0.13 | 0.77 | 0 | 0.38 | 290.16 | 0.63 | 0.38 |
| Hex | 8A | 24 | 9E | D | 4D | 0 | 26 | 122 | 3F | 26 |
| Octal | 212 | 44 | 236 | 15 | 115 | 0 | 46 | 442 | 77 | 46 |
| Binary | 10001010 | 100100 | 10011110 | 1101 | 1001101 | 0 | 100110 | 100100010 | 111111 | 100110 |
Color Harmonies of #8A249E
Complementary color
Monochromatic Colors of #8A249E
Black with #8A249E
Text Example
Text Example
White with #8A249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A249E; }
p { color: rgb(138,36,158); }
H1.HeaderClassName
{
color: #8A249E;
}
.AnyTagClassName
{
color: #8A249E;
}
</style>
background-color css
<style>
a { background-color: #8A249E; }
a { background-color: rgb(138,36,158); }
div.DivClassName
{
background-color: #8A249E;
}
.BgClassName
{
background-color: #8A249E;
}
</style>
border-color css
<style>
span { border-color: #8A249E; }
span { border-color: rgb(138,36,158); }
td.TdClassName
{
border-color: #8A249E;
}
.TagClassName
{
border-color: #8A249E;
}
</style>