#8A2082

Color #8A2082 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8A2082

Tints of Dark Purple #8A2082

Color information

#8A2082 (or 0x8A2082) is unknown color: approx Dark Purple. HEX triplet: 8A, 20 and 82. RGB value is (138,32,130). Sum of RGB (Red+Green+Blue) = 138+32+130=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2082 is #75DF7D. Grayscale: #4A4A4A. Windows color (decimal): -7724926 or 8528010. OLE color: 8528010.

HSL color Cylindrical-coordinate representation of color #8A2082: hue angle of 304.53º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2082 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB13832130-
CMYK00.770.060.46
HSL304.53º62.35%33.33%-
HSV(B)304.53º76.81%54.12%-
XYZ15.038.0521.88-
YUV74.87159.12173.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46%
GREEN value IS 32 (12.89% from 255) = 10.67%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=46%
G=10.67%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383213000.770.060.46304.5362.3533.33
Hex8A208204D62E1313e21
Octal2124020201156564617641
Binary100010101000001000001001001101110101110100110001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A2082; }

 p { color: rgb(138,32,130); }

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

<style>
 a { background-color: #8A2082; }

 a { background-color: rgb(138,32,130); }

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

<style>
 span { border-color: #8A2082; }

 span { border-color: rgb(138,32,130); }

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