#8C297A

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

Shades of Dark Purple #8C297A

Tints of Dark Purple #8C297A

Color information

#8C297A (or 0x8C297A) is unknown color: approx Dark Purple. HEX triplet: 8C, 29 and 7A. RGB value is (140,41,122). Sum of RGB (Red+Green+Blue) = 140+41+122=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C297A is #73D685. Grayscale: #4F4F4F. Windows color (decimal): -7591558 or 8006028. OLE color: 8006028.

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

Color convert

RGB14041122-
CMYK00.710.130.45
HSL310.91º54.7%35.49%-
HSV(B)310.91º70.71%54.9%-
XYZ15.128.5719.27-
YUV79.83151.8170.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=46.20%
G=13.53%
B=40.26%

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
Decimal1404112200.710.130.45310.9154.735.49
Hex8C297A047D2D1373723
Octal21451172010715554676743
Binary100011001010011111010010001111101101101100110111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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