#8C3572

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

Shades of Dark Purple #8C3572

Tints of Dark Purple #8C3572

Color information

#8C3572 (or 0x8C3572) is unknown color: approx Dark Purple. HEX triplet: 8C, 35 and 72. RGB value is (140,53,114). Sum of RGB (Red+Green+Blue) = 140+53+114=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3572 is #73CA8D. Grayscale: #555555. Windows color (decimal): -7588494 or 7484812. OLE color: 7484812.

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

Color convert

RGB14053114-
CMYK00.620.190.45
HSL317.93º45.08%37.84%-
HSV(B)317.93º62.14%54.9%-
XYZ15.139.3416.92-
YUV85.97143.82166.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=45.60%
G=17.26%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405311400.620.190.45317.9345.0837.84
Hex8C357203E132D13e2d26
Octal2146516207623554765546
Binary100011001101011110010011111010011101101100111110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,53,114); }

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

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

 a { background-color: rgb(140,53,114); }

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

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

 span { border-color: rgb(140,53,114); }

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