#8C3073

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

Shades of Dark Purple #8C3073

Tints of Dark Purple #8C3073

Color information

#8C3073 (or 0x8C3073) is unknown color: approx Dark Purple. HEX triplet: 8C, 30 and 73. RGB value is (140,48,115). Sum of RGB (Red+Green+Blue) = 140+48+115=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3073 is #73CF8C. Grayscale: #525252. Windows color (decimal): -7589773 or 7549068. OLE color: 7549068.

HSL color Cylindrical-coordinate representation of color #8C3073: hue angle of 316.3º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3073 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB14048115-
CMYK00.660.180.45
HSL316.3º48.94%36.86%-
HSV(B)316.3º65.71%54.9%-
XYZ14.978.9317.15-
YUV83.15145.98168.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 48 (19.14% from 255) = 15.84%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=46.20%
G=15.84%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404811500.660.180.45316.348.9436.86
Hex8C3073042122D13c3125
Octal21460163010222554746145
Binary1000110011000011100110100001010010101101100111100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,48,115); }

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

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

 a { background-color: rgb(140,48,115); }

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

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

 span { border-color: rgb(140,48,115); }

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