#8A3270

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

Shades of Dark Purple #8A3270

Tints of Dark Purple #8A3270

Color information

#8A3270 (or 0x8A3270) is unknown color: approx Dark Purple. HEX triplet: 8A, 32 and 70. RGB value is (138,50,112). Sum of RGB (Red+Green+Blue) = 138+50+112=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3270 is #75CD8F. Grayscale: #535353. Windows color (decimal): -7720336 or 7352970. OLE color: 7352970.

HSL color Cylindrical-coordinate representation of color #8A3270: hue angle of 317.73º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3270 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB13850112-
CMYK00.640.190.46
HSL317.73º46.81%36.86%-
HSV(B)317.73º63.77%54.12%-
XYZ14.558.8516.27-
YUV83.38144.15166.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46%
GREEN value IS 50 (19.92% from 255) = 16.67%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=46%
G=16.67%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385011200.640.190.46317.7346.8136.86
Hex8A3270040132E13e2f25
Octal21262160010023564765745
Binary1000101011001011100000100000010011101110100111110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,50,112); }

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

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

 a { background-color: rgb(138,50,112); }

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

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

 span { border-color: rgb(138,50,112); }

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