Shades of Dark Magenta #8203A4
Tints of Dark Magenta #8203A4
RGB
CMYK
RGB Variations
Color information
#8203A4 (or 0x8203A4) is known color: Dark Magenta. HEX triplet: 82, 03 and A4. RGB value is (130,3,164). Sum of RGB (Red+Green+Blue) = 130+3+164=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #8203A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8203A4 is #7DFC5B. Grayscale: #3A3A3A. Windows color (decimal): -8256604 or 10748802. OLE color: 10748802.
HSL color Cylindrical-coordinate representation of color #8203A4: hue angle of 287.33º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8203A4 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 3 | 164 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.36 |
| HSL | 287.33º | 0.96% | 0.33% | - |
| HSV(B) | 287.33º | 0.98% | 0.64% | - |
| XYZ | 15.94 | 7.49 | 35.73 | - |
| YUV | 59.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 164 | 0.21 | 0.98 | 0 | 0.36 | 287.33 | 0.96 | 0.33 |
| Hex | 82 | 3 | A4 | 15 | 62 | 0 | 24 | 11F | 60 | 21 |
| Octal | 202 | 3 | 244 | 25 | 142 | 0 | 44 | 437 | 140 | 41 |
| Binary | 10000010 | 11 | 10100100 | 10101 | 1100010 | 0 | 100100 | 100011111 | 1100000 | 100001 |
Color Harmonies of #8203A4
Complementary color
Monochromatic Colors of #8203A4
Black with #8203A4
Text Example
Text Example
White with #8203A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8203A4; }
p { color: rgb(130,3,164); }
H1.HeaderClassName
{
color: #8203A4;
}
.AnyTagClassName
{
color: #8203A4;
}
</style>
background-color css
<style>
a { background-color: #8203A4; }
a { background-color: rgb(130,3,164); }
div.DivClassName
{
background-color: #8203A4;
}
.BgClassName
{
background-color: #8203A4;
}
</style>
border-color css
<style>
span { border-color: #8203A4; }
span { border-color: rgb(130,3,164); }
td.TdClassName
{
border-color: #8203A4;
}
.TagClassName
{
border-color: #8203A4;
}
</style>