#8A2884

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

Shades of Dark Purple #8A2884

Tints of Dark Purple #8A2884

Color information

#8A2884 (or 0x8A2884) is unknown color: approx Dark Purple. HEX triplet: 8A, 28 and 84. RGB value is (138,40,132). Sum of RGB (Red+Green+Blue) = 138+40+132=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2884 is #75D77B. Grayscale: #4F4F4F. Windows color (decimal): -7722876 or 8661130. OLE color: 8661130.

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

Color convert

RGB13840132-
CMYK00.710.040.46
HSL303.67º55.06%34.9%-
HSV(B)303.67º71.01%54.12%-
XYZ15.48.5922.68-
YUV79.79157.47169.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.52%
GREEN value IS 40 (16.02% from 255) = 12.90%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=44.52%
G=12.90%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384013200.710.040.46303.6755.0634.9
Hex8A288404742E1303723
Octal2125020401074564606743
Binary100010101010001000010001000111100101110100110000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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