#8A2586

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

Shades of Dark Purple #8A2586

Tints of Dark Purple #8A2586

Color information

#8A2586 (or 0x8A2586) is unknown color: approx Dark Purple. HEX triplet: 8A, 25 and 86. RGB value is (138,37,134). Sum of RGB (Red+Green+Blue) = 138+37+134=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2586 is #75DA79. Grayscale: #4D4D4D. Windows color (decimal): -7723642 or 8791434. OLE color: 8791434.

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

Color convert

RGB13837134-
CMYK00.730.030.46
HSL302.38º57.71%34.31%-
HSV(B)302.38º73.19%54.12%-
XYZ15.458.4523.37-
YUV78.26159.46170.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 37 (14.84% from 255) = 11.97%
BLUE value IS 134 (52.73% from 255) = 43.37%
R=44.66%
G=11.97%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383713400.730.030.46302.3857.7134.31
Hex8A258604932E12e3a22
Octal2124520601113564567242
Binary10001010100101100001100100100111101110100101110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,37,134); }

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

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

 a { background-color: rgb(138,37,134); }

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

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

 span { border-color: rgb(138,37,134); }

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