#8A2484

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

Shades of Dark Purple #8A2484

Tints of Dark Purple #8A2484

Color information

#8A2484 (or 0x8A2484) is unknown color: approx Dark Purple. HEX triplet: 8A, 24 and 84. RGB value is (138,36,132). Sum of RGB (Red+Green+Blue) = 138+36+132=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2484 is #75DB7B. Grayscale: #4D4D4D. Windows color (decimal): -7723900 or 8660106. OLE color: 8660106.

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

Color convert

RGB13836132-
CMYK00.740.040.46
HSL303.53º58.62%34.12%-
HSV(B)303.53º73.91%54.12%-
XYZ15.288.3322.63-
YUV77.44158.79171.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.10%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=45.10%
G=11.76%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383613200.740.040.46303.5358.6234.12
Hex8A248404A42E1303b22
Octal2124420401124564607342
Binary100010101001001000010001001010100101110100110000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,36,132); }

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

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

 a { background-color: rgb(138,36,132); }

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

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

 span { border-color: rgb(138,36,132); }

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