#8A2083

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

Shades of Dark Purple #8A2083

Tints of Dark Purple #8A2083

Color information

#8A2083 (or 0x8A2083) is unknown color: approx Dark Purple. HEX triplet: 8A, 20 and 83. RGB value is (138,32,131). Sum of RGB (Red+Green+Blue) = 138+32+131=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2083 is #75DF7C. Grayscale: #4A4A4A. Windows color (decimal): -7724925 or 8593546. OLE color: 8593546.

HSL color Cylindrical-coordinate representation of color #8A2083: hue angle of 303.96º 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 #8A2083 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB13832131-
CMYK00.770.050.46
HSL303.96º62.35%33.33%-
HSV(B)303.96º76.81%54.12%-
XYZ15.098.0722.24-
YUV74.98159.62172.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 32 (12.89% from 255) = 10.63%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=45.85%
G=10.63%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383213100.770.050.46303.9662.3533.33
Hex8A208304D52E1303e21
Octal2124020301155564607641
Binary100010101000001000001101001101101101110100110000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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