#8A2378

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

Shades of Dark Purple #8A2378

Tints of Dark Purple #8A2378

Color information

#8A2378 (or 0x8A2378) is unknown color: approx Dark Purple. HEX triplet: 8A, 23 and 78. RGB value is (138,35,120). Sum of RGB (Red+Green+Blue) = 138+35+120=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2378 is #75DC87. Grayscale: #4B4B4B. Windows color (decimal): -7724168 or 7873418. OLE color: 7873418.

HSL color Cylindrical-coordinate representation of color #8A2378: hue angle of 310.49º 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 #8A2378 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB13835120-
CMYK00.750.130.46
HSL310.49º59.54%33.92%-
HSV(B)310.49º74.64%54.12%-
XYZ14.477.9618.54-
YUV75.49153.12172.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.10%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=47.10%
G=11.95%
B=40.96%

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
Decimal1383512000.750.130.46310.4959.5433.92
Hex8A237804BD2E1363c22
Octal21243170011315564667442
Binary100010101000111111000010010111101101110100110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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