Shades of Dark Purple #8A248C
Tints of Dark Purple #8A248C
RGB
CMYK
RGB Variations
Color information
#8A248C (or 0x8A248C) is known color: Dark Purple. HEX triplet: 8A, 24 and 8C. RGB value is (138,36,140). Sum of RGB (Red+Green+Blue) = 138+36+140=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A248C is #75DB73. Grayscale: #4E4E4E. Windows color (decimal): -7723892 or 9184394. OLE color: 9184394.
HSL color Cylindrical-coordinate representation of color #8A248C: hue angle of 298.85º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A248C is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 36 | 140 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.45 |
| HSL | 298.85º | 0.59% | 0.35% | - |
| HSV(B) | 298.85º | 0.74% | 0.55% | - |
| XYZ | 15.85 | 8.56 | 25.63 | - |
| YUV | 78.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 140 | 0.01 | 0.74 | 0 | 0.45 | 298.85 | 0.59 | 0.35 |
| Hex | 8A | 24 | 8C | 1 | 4A | 0 | 2D | 12B | 3B | 23 |
| Octal | 212 | 44 | 214 | 1 | 112 | 0 | 55 | 453 | 73 | 43 |
| Binary | 10001010 | 100100 | 10001100 | 1 | 1001010 | 0 | 101101 | 100101011 | 111011 | 100011 |
Color Harmonies of #8A248C
Complementary color
Monochromatic Colors of #8A248C
Black with #8A248C
Text Example
Text Example
White with #8A248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A248C; }
p { color: rgb(138,36,140); }
H1.HeaderClassName
{
color: #8A248C;
}
.AnyTagClassName
{
color: #8A248C;
}
</style>
background-color css
<style>
a { background-color: #8A248C; }
a { background-color: rgb(138,36,140); }
div.DivClassName
{
background-color: #8A248C;
}
.BgClassName
{
background-color: #8A248C;
}
</style>
border-color css
<style>
span { border-color: #8A248C; }
span { border-color: rgb(138,36,140); }
td.TdClassName
{
border-color: #8A248C;
}
.TagClassName
{
border-color: #8A248C;
}
</style>