Shades of Dark Purple #8A2475
Tints of Dark Purple #8A2475
RGB
CMYK
RGB Variations
Color information
#8A2475 (or 0x8A2475) is known color: Dark Purple. HEX triplet: 8A, 24 and 75. RGB value is (138,36,117). Sum of RGB (Red+Green+Blue) = 138+36+117=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2475 is #75DB8A. Grayscale: #4B4B4B. Windows color (decimal): -7723915 or 7677066. OLE color: 7677066.
HSL color Cylindrical-coordinate representation of color #8A2475: hue angle of 312.35º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A2475 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 36 | 117 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.46 |
| HSL | 312.35º | 0.59% | 0.34% | - |
| HSV(B) | 312.35º | 0.74% | 0.54% | - |
| XYZ | 14.32 | 7.95 | 17.61 | - |
| YUV | 75.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 117 | 0 | 0.74 | 0.15 | 0.46 | 312.35 | 0.59 | 0.34 |
| Hex | 8A | 24 | 75 | 0 | 4A | F | 2E | 138 | 3B | 22 |
| Octal | 212 | 44 | 165 | 0 | 112 | 17 | 56 | 470 | 73 | 42 |
| Binary | 10001010 | 100100 | 1110101 | 0 | 1001010 | 1111 | 101110 | 100111000 | 111011 | 100010 |
Color Harmonies of #8A2475
Complementary color
Monochromatic Colors of #8A2475
Black with #8A2475
Text Example
Text Example
White with #8A2475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2475; }
p { color: rgb(138,36,117); }
H1.HeaderClassName
{
color: #8A2475;
}
.AnyTagClassName
{
color: #8A2475;
}
</style>
background-color css
<style>
a { background-color: #8A2475; }
a { background-color: rgb(138,36,117); }
div.DivClassName
{
background-color: #8A2475;
}
.BgClassName
{
background-color: #8A2475;
}
</style>
border-color css
<style>
span { border-color: #8A2475; }
span { border-color: rgb(138,36,117); }
td.TdClassName
{
border-color: #8A2475;
}
.TagClassName
{
border-color: #8A2475;
}
</style>