Shades of Vivid Violet #8A258E
Tints of Vivid Violet #8A258E
RGB
CMYK
RGB Variations
Color information
#8A258E (or 0x8A258E) is known color: Vivid Violet. HEX triplet: 8A, 25 and 8E. RGB value is (138,37,142). Sum of RGB (Red+Green+Blue) = 138+37+142=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A258E is #75DA71. Grayscale: #4E4E4E. Windows color (decimal): -7723634 or 9315722. OLE color: 9315722.
HSL color Cylindrical-coordinate representation of color #8A258E: hue angle of 297.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A258E is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 37 | 142 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.44 |
| HSL | 297.71º | 0.59% | 0.35% | - |
| HSV(B) | 297.71º | 0.74% | 0.56% | - |
| XYZ | 16.03 | 8.68 | 26.42 | - |
| YUV | 79.17 | 163.46 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 37 | 142 | 0.03 | 0.74 | 0 | 0.44 | 297.71 | 0.59 | 0.35 |
| Hex | 8A | 25 | 8E | 3 | 4A | 0 | 2C | 12A | 3B | 23 |
| Octal | 212 | 45 | 216 | 3 | 112 | 0 | 54 | 452 | 73 | 43 |
| Binary | 10001010 | 100101 | 10001110 | 11 | 1001010 | 0 | 101100 | 100101010 | 111011 | 100011 |
Color Harmonies of #8A258E
Complementary color
Monochromatic Colors of #8A258E
Black with #8A258E
Text Example
Text Example
White with #8A258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A258E; }
p { color: rgb(138,37,142); }
H1.HeaderClassName
{
color: #8A258E;
}
.AnyTagClassName
{
color: #8A258E;
}
</style>
background-color css
<style>
a { background-color: #8A258E; }
a { background-color: rgb(138,37,142); }
div.DivClassName
{
background-color: #8A258E;
}
.BgClassName
{
background-color: #8A258E;
}
</style>
border-color css
<style>
span { border-color: #8A258E; }
span { border-color: rgb(138,37,142); }
td.TdClassName
{
border-color: #8A258E;
}
.TagClassName
{
border-color: #8A258E;
}
</style>