Shades of Vivid Violet #8A248E
Tints of Vivid Violet #8A248E
RGB
CMYK
RGB Variations
Color information
#8A248E (or 0x8A248E) is known color: Vivid Violet. HEX triplet: 8A, 24 and 8E. RGB value is (138,36,142). Sum of RGB (Red+Green+Blue) = 138+36+142=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A248E is #75DB71. Grayscale: #4E4E4E. Windows color (decimal): -7723890 or 9315466. OLE color: 9315466.
HSL color Cylindrical-coordinate representation of color #8A248E: hue angle of 297.74º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A248E is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 36 | 142 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.44 |
| HSL | 297.74º | 0.6% | 0.35% | - |
| HSV(B) | 297.74º | 0.75% | 0.56% | - |
| XYZ | 15.99 | 8.62 | 26.41 | - |
| YUV | 78.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 142 | 0.03 | 0.75 | 0 | 0.44 | 297.74 | 0.6 | 0.35 |
| Hex | 8A | 24 | 8E | 3 | 4B | 0 | 2C | 12A | 3C | 23 |
| Octal | 212 | 44 | 216 | 3 | 113 | 0 | 54 | 452 | 74 | 43 |
| Binary | 10001010 | 100100 | 10001110 | 11 | 1001011 | 0 | 101100 | 100101010 | 111100 | 100011 |
Color Harmonies of #8A248E
Complementary color
Monochromatic Colors of #8A248E
Black with #8A248E
Text Example
Text Example
White with #8A248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A248E; }
p { color: rgb(138,36,142); }
H1.HeaderClassName
{
color: #8A248E;
}
.AnyTagClassName
{
color: #8A248E;
}
</style>
background-color css
<style>
a { background-color: #8A248E; }
a { background-color: rgb(138,36,142); }
div.DivClassName
{
background-color: #8A248E;
}
.BgClassName
{
background-color: #8A248E;
}
</style>
border-color css
<style>
span { border-color: #8A248E; }
span { border-color: rgb(138,36,142); }
td.TdClassName
{
border-color: #8A248E;
}
.TagClassName
{
border-color: #8A248E;
}
</style>