#8A297F

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

Shades of Dark Purple #8A297F

Tints of Dark Purple #8A297F

Color information

#8A297F (or 0x8A297F) is unknown color: approx Dark Purple. HEX triplet: 8A, 29 and 7F. RGB value is (138,41,127). Sum of RGB (Red+Green+Blue) = 138+41+127=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A297F is #75D680. Grayscale: #4F4F4F. Windows color (decimal): -7722625 or 8333706. OLE color: 8333706.

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

Color convert

RGB13841127-
CMYK00.700.080.46
HSL306.8º54.19%35.1%-
HSV(B)306.8º70.29%54.12%-
XYZ15.18.5220.93-
YUV79.81154.64169.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.10%
GREEN value IS 41 (16.41% from 255) = 13.40%
BLUE value IS 127 (50% from 255) = 41.50%
R=45.10%
G=13.40%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384112700.700.080.46306.854.1935.1
Hex8A297F04682E1333623
Octal21251177010610564636643
Binary100010101010011111111010001101000101110100110011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,41,127); }

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

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

 a { background-color: rgb(138,41,127); }

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

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

 span { border-color: rgb(138,41,127); }

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