Shades of Dark Purple #8A1C82
Tints of Dark Purple #8A1C82
RGB
CMYK
RGB Variations
Color information
#8A1C82 (or 0x8A1C82) is known color: Dark Purple. HEX triplet: 8A, 1C and 82. RGB value is (138,28,130). Sum of RGB (Red+Green+Blue) = 138+28+130=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1C82 is #75E37D. Grayscale: #484848. Windows color (decimal): -7725950 or 8526986. OLE color: 8526986.
HSL color Cylindrical-coordinate representation of color #8A1C82: hue angle of 304.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1C82 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 130 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.46 |
| HSL | 304.36º | 0.66% | 0.33% | - |
| HSV(B) | 304.36º | 0.8% | 0.54% | - |
| XYZ | 14.93 | 7.85 | 21.85 | - |
| YUV | 72.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 130 | 0 | 0.80 | 0.06 | 0.46 | 304.36 | 0.66 | 0.33 |
| Hex | 8A | 1C | 82 | 0 | 50 | 6 | 2E | 130 | 42 | 21 |
| Octal | 212 | 34 | 202 | 0 | 120 | 6 | 56 | 460 | 102 | 41 |
| Binary | 10001010 | 11100 | 10000010 | 0 | 1010000 | 110 | 101110 | 100110000 | 1000010 | 100001 |
Color Harmonies of #8A1C82
Complementary color
Monochromatic Colors of #8A1C82
Black with #8A1C82
Text Example
Text Example
White with #8A1C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C82; }
p { color: rgb(138,28,130); }
H1.HeaderClassName
{
color: #8A1C82;
}
.AnyTagClassName
{
color: #8A1C82;
}
</style>
background-color css
<style>
a { background-color: #8A1C82; }
a { background-color: rgb(138,28,130); }
div.DivClassName
{
background-color: #8A1C82;
}
.BgClassName
{
background-color: #8A1C82;
}
</style>
border-color css
<style>
span { border-color: #8A1C82; }
span { border-color: rgb(138,28,130); }
td.TdClassName
{
border-color: #8A1C82;
}
.TagClassName
{
border-color: #8A1C82;
}
</style>