#8A2380

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

Shades of Dark Purple #8A2380

Tints of Dark Purple #8A2380

Color information

#8A2380 (or 0x8A2380) is unknown color: approx Dark Purple. HEX triplet: 8A, 23 and 80. RGB value is (138,35,128). Sum of RGB (Red+Green+Blue) = 138+35+128=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2380 is #75DC7F. Grayscale: #4C4C4C. Windows color (decimal): -7724160 or 8397706. OLE color: 8397706.

HSL color Cylindrical-coordinate representation of color #8A2380: hue angle of 305.83º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2380 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13835128-
CMYK00.750.070.46
HSL305.83º59.54%33.92%-
HSV(B)305.83º74.64%54.12%-
XYZ14.988.1621.21-
YUV76.4157.12171.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 35 (14.06% from 255) = 11.63%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=45.85%
G=11.63%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383512800.750.070.46305.8359.5433.92
Hex8A238004B72E1323c22
Octal2124320001137564627442
Binary100010101000111000000001001011111101110100110010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,35,128); }

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

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

 a { background-color: rgb(138,35,128); }

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

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

 span { border-color: rgb(138,35,128); }

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