#8A2278

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

Shades of Dark Purple #8A2278

Tints of Dark Purple #8A2278

Color information

#8A2278 (or 0x8A2278) is unknown color: approx Dark Purple. HEX triplet: 8A, 22 and 78. RGB value is (138,34,120). Sum of RGB (Red+Green+Blue) = 138+34+120=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2278 is #75DD87. Grayscale: #4A4A4A. Windows color (decimal): -7724424 or 7873162. OLE color: 7873162.

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

Color convert

RGB13834120-
CMYK00.750.130.46
HSL310.38º60.47%33.73%-
HSV(B)310.38º75.36%54.12%-
XYZ14.447.918.53-
YUV74.9153.46173.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.26%
GREEN value IS 34 (13.67% from 255) = 11.64%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=47.26%
G=11.64%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383412000.750.130.46310.3860.4733.73
Hex8A227804BD2E1363c22
Octal21242170011315564667442
Binary100010101000101111000010010111101101110100110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,34,120); }

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

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

 a { background-color: rgb(138,34,120); }

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

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

 span { border-color: rgb(138,34,120); }

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