Shades of Vivid Violet #8A238D
Tints of Vivid Violet #8A238D
RGB
CMYK
RGB Variations
Color information
#8A238D (or 0x8A238D) is known color: Vivid Violet. HEX triplet: 8A, 23 and 8D. RGB value is (138,35,141). Sum of RGB (Red+Green+Blue) = 138+35+141=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A238D is #75DC72. Grayscale: #4D4D4D. Windows color (decimal): -7724147 or 9249674. OLE color: 9249674.
HSL color Cylindrical-coordinate representation of color #8A238D: hue angle of 298.3º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A238D is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 35 | 141 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.45 |
| HSL | 298.3º | 0.6% | 0.35% | - |
| HSV(B) | 298.3º | 0.75% | 0.55% | - |
| XYZ | 15.89 | 8.53 | 26.01 | - |
| YUV | 77.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 141 | 0.02 | 0.75 | 0 | 0.45 | 298.3 | 0.6 | 0.35 |
| Hex | 8A | 23 | 8D | 2 | 4B | 0 | 2D | 12A | 3C | 23 |
| Octal | 212 | 43 | 215 | 2 | 113 | 0 | 55 | 452 | 74 | 43 |
| Binary | 10001010 | 100011 | 10001101 | 10 | 1001011 | 0 | 101101 | 100101010 | 111100 | 100011 |
Color Harmonies of #8A238D
Complementary color
Monochromatic Colors of #8A238D
Black with #8A238D
Text Example
Text Example
White with #8A238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A238D; }
p { color: rgb(138,35,141); }
H1.HeaderClassName
{
color: #8A238D;
}
.AnyTagClassName
{
color: #8A238D;
}
</style>
background-color css
<style>
a { background-color: #8A238D; }
a { background-color: rgb(138,35,141); }
div.DivClassName
{
background-color: #8A238D;
}
.BgClassName
{
background-color: #8A238D;
}
</style>
border-color css
<style>
span { border-color: #8A238D; }
span { border-color: rgb(138,35,141); }
td.TdClassName
{
border-color: #8A238D;
}
.TagClassName
{
border-color: #8A238D;
}
</style>