#8A2687

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

Shades of Dark Purple #8A2687

Tints of Dark Purple #8A2687

Color information

#8A2687 (or 0x8A2687) is unknown color: approx Dark Purple. HEX triplet: 8A, 26 and 87. RGB value is (138,38,135). Sum of RGB (Red+Green+Blue) = 138+38+135=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2687 is #75D978. Grayscale: #4E4E4E. Windows color (decimal): -7723385 or 8857226. OLE color: 8857226.

HSL color Cylindrical-coordinate representation of color #8A2687: hue angle of 301.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2687 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB13838135-
CMYK00.720.020.46
HSL301.8º56.82%34.51%-
HSV(B)301.8º72.46%54.12%-
XYZ15.558.5423.75-
YUV78.96159.63170.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 38 (15.23% from 255) = 12.22%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=44.37%
G=12.22%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383813500.720.020.46301.856.8234.51
Hex8A268704822E12e3923
Octal2124620701102564567143
Binary10001010100110100001110100100010101110100101110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,38,135); }

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

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

 a { background-color: rgb(138,38,135); }

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

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

 span { border-color: rgb(138,38,135); }

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