#8A327A

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

Shades of Dark Purple #8A327A

Tints of Dark Purple #8A327A

Color information

#8A327A (or 0x8A327A) is unknown color: approx Dark Purple. HEX triplet: 8A, 32 and 7A. RGB value is (138,50,122). Sum of RGB (Red+Green+Blue) = 138+50+122=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A327A is #75CD85. Grayscale: #545454. Windows color (decimal): -7720326 or 8008330. OLE color: 8008330.

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

Color convert

RGB13850122-
CMYK00.640.120.46
HSL310.91º46.81%36.86%-
HSV(B)310.91º63.77%54.12%-
XYZ15.139.0919.37-
YUV84.52149.15166.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.52%
GREEN value IS 50 (19.92% from 255) = 16.13%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=44.52%
G=16.13%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385012200.640.120.46310.9146.8136.86
Hex8A327A040C2E1372f25
Octal21262172010014564675745
Binary100010101100101111010010000001100101110100110111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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