#8302A5

Color #8302A5 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8302A5

Tints of Dark Magenta #8302A5

Color information

#8302A5 (or 0x8302A5) is unknown color: approx Dark Magenta. HEX triplet: 83, 02 and A5. RGB value is (131,2,165). Sum of RGB (Red+Green+Blue) = 131+2+165=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 165 (64.84% from 255 or 55.37% from 298); Max value from RGB is 165 - color contains mainly: blue. Hex color #8302A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8302A5 is #7CFD5A. Grayscale: #3A3A3A. Windows color (decimal): -8191323 or 10814083. OLE color: 10814083.

HSL color Cylindrical-coordinate representation of color #8302A5: hue angle of 287.48º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8302A5 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1312165-
CMYK0.210.9900.35
HSL287.48º97.6%32.75%-
HSV(B)287.48º98.79%64.71%-
XYZ16.177.5936.21-
YUV59.15187.74179.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 165 (64.84% from 255) = 55.37%
R=43.96%
G=0.67%
B=55.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13121650.210.9900.35287.4897.632.75
Hex832A5156302311f6221
Octal20322452514304343714241
Binary10000011101010010110101110001101000111000111111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8302A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8302A5; }

 p { color: rgb(131,2,165); }

 H1.HeaderClassName
 {
   color: #8302A5;
 }
 .AnyTagClassName
 {
   color: #8302A5;
 }
</style>
background-color css

<style>
 a { background-color: #8302A5; }

 a { background-color: rgb(131,2,165); }

 div.DivClassName
 {
   background-color: #8302A5;
 }
 .BgClassName
 {
   background-color: #8302A5;
 }
</style>
border-color css

<style>
 span { border-color: #8302A5; }

 span { border-color: rgb(131,2,165); }

 td.TdClassName
 {
   border-color: #8302A5;
 }
 .TagClassName
 {
   border-color: #8302A5;
 }
</style>