#8A2C82

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

Shades of Dark Purple #8A2C82

Tints of Dark Purple #8A2C82

Color information

#8A2C82 (or 0x8A2C82) is unknown color: approx Dark Purple. HEX triplet: 8A, 2C and 82. RGB value is (138,44,130). Sum of RGB (Red+Green+Blue) = 138+44+130=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2C82 is #75D37D. Grayscale: #515151. Windows color (decimal): -7721854 or 8531082. OLE color: 8531082.

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

Color convert

RGB13844130-
CMYK00.680.060.46
HSL305.11º51.65%35.69%-
HSV(B)305.11º68.12%54.12%-
XYZ15.418.8222.01-
YUV81.91155.14168.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.23%
GREEN value IS 44 (17.58% from 255) = 14.10%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=44.23%
G=14.10%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384413000.680.060.46305.1151.6535.69
Hex8A2C8204462E1313424
Octal2125420201046564616444
Binary100010101011001000001001000100110101110100110001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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