Shades of Dark Purple #8A1883
Tints of Dark Purple #8A1883
RGB
CMYK
RGB Variations
Color information
#8A1883 (or 0x8A1883) is known color: Dark Purple. HEX triplet: 8A, 18 and 83. RGB value is (138,24,131). Sum of RGB (Red+Green+Blue) = 138+24+131=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1883 is #75E77C. Grayscale: #454545. Windows color (decimal): -7726973 or 8591498. OLE color: 8591498.
HSL color Cylindrical-coordinate representation of color #8A1883: hue angle of 303.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1883 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 131 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.46 |
| HSL | 303.68º | 0.7% | 0.32% | - |
| HSV(B) | 303.68º | 0.83% | 0.54% | - |
| XYZ | 14.9 | 7.7 | 22.17 | - |
| YUV | 70.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 131 | 0 | 0.83 | 0.05 | 0.46 | 303.68 | 0.7 | 0.32 |
| Hex | 8A | 18 | 83 | 0 | 53 | 5 | 2E | 130 | 46 | 20 |
| Octal | 212 | 30 | 203 | 0 | 123 | 5 | 56 | 460 | 106 | 40 |
| Binary | 10001010 | 11000 | 10000011 | 0 | 1010011 | 101 | 101110 | 100110000 | 1000110 | 100000 |
Color Harmonies of #8A1883
Complementary color
Monochromatic Colors of #8A1883
Black with #8A1883
Text Example
Text Example
White with #8A1883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1883; }
p { color: rgb(138,24,131); }
H1.HeaderClassName
{
color: #8A1883;
}
.AnyTagClassName
{
color: #8A1883;
}
</style>
background-color css
<style>
a { background-color: #8A1883; }
a { background-color: rgb(138,24,131); }
div.DivClassName
{
background-color: #8A1883;
}
.BgClassName
{
background-color: #8A1883;
}
</style>
border-color css
<style>
span { border-color: #8A1883; }
span { border-color: rgb(138,24,131); }
td.TdClassName
{
border-color: #8A1883;
}
.TagClassName
{
border-color: #8A1883;
}
</style>