#8A2189

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

Shades of Dark Purple #8A2189

Tints of Dark Purple #8A2189

Color information

#8A2189 (or 0x8A2189) is unknown color: approx Dark Purple. HEX triplet: 8A, 21 and 89. RGB value is (138,33,137). Sum of RGB (Red+Green+Blue) = 138+33+137=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2189 is #75DE76. Grayscale: #4B4B4B. Windows color (decimal): -7724663 or 8987018. OLE color: 8987018.

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

Color convert

RGB13833137-
CMYK00.760.010.46
HSL300.57º61.4%33.53%-
HSV(B)300.57º76.09%54.12%-
XYZ15.548.324.45-
YUV76.25162.29172.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.81%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=44.81%
G=10.71%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383313700.760.010.46300.5761.433.53
Hex8A218904C12E12d3d22
Octal2124121101141564557542
Binary1000101010000110001001010011001101110100101101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,33,137); }

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

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

 a { background-color: rgb(138,33,137); }

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

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

 span { border-color: rgb(138,33,137); }

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