#8D297A

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

Shades of Dark Purple #8D297A

Tints of Dark Purple #8D297A

Color information

#8D297A (or 0x8D297A) is unknown color: approx Dark Purple. HEX triplet: 8D, 29 and 7A. RGB value is (141,41,122). Sum of RGB (Red+Green+Blue) = 141+41+122=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D297A is #72D685. Grayscale: #4F4F4F. Windows color (decimal): -7526022 or 8006029. OLE color: 8006029.

HSL color Cylindrical-coordinate representation of color #8D297A: hue angle of 311.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D297A is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB14141122-
CMYK00.710.130.45
HSL311.4º54.95%35.69%-
HSV(B)311.4º70.92%55.29%-
XYZ15.298.6519.28-
YUV80.13151.63171.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=46.38%
G=13.49%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414112200.710.130.45311.454.9535.69
Hex8D297A047D2D1373724
Octal21551172010715554676744
Binary100011011010011111010010001111101101101100110111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,41,122); }

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

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

 a { background-color: rgb(141,41,122); }

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

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

 span { border-color: rgb(141,41,122); }

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