#8C1B70

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

Shades of Dark Purple #8C1B70

Tints of Dark Purple #8C1B70

Color information

#8C1B70 (or 0x8C1B70) is unknown color: approx Dark Purple. HEX triplet: 8C, 1B and 70. RGB value is (140,27,112). Sum of RGB (Red+Green+Blue) = 140+27+112=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1B70 is #73E48F. Grayscale: #464646. Windows color (decimal): -7595152 or 7347084. OLE color: 7347084.

HSL color Cylindrical-coordinate representation of color #8C1B70: hue angle of 314.87º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1B70 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB14027112-
CMYK00.810.200.45
HSL314.87º67.66%32.75%-
HSV(B)314.87º80.71%54.9%-
XYZ14.137.5316.04-
YUV70.48151.44177.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.18%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=50.18%
G=9.68%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402711200.810.200.45314.8767.6632.75
Hex8C1B70051142D13b4421
Octal214331600121245547310441
Binary1000110011011111000001010001101001011011001110111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,27,112); }

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

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

 a { background-color: rgb(140,27,112); }

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

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

 span { border-color: rgb(140,27,112); }

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