#8C1F70

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

Shades of Dark Purple #8C1F70

Tints of Dark Purple #8C1F70

Color information

#8C1F70 (or 0x8C1F70) is unknown color: approx Dark Purple. HEX triplet: 8C, 1F and 70. RGB value is (140,31,112). Sum of RGB (Red+Green+Blue) = 140+31+112=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1F70 is #73E08F. Grayscale: #484848. Windows color (decimal): -7594128 or 7348108. OLE color: 7348108.

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

Color convert

RGB14031112-
CMYK00.780.200.45
HSL315.41º63.74%33.53%-
HSV(B)315.41º77.86%54.9%-
XYZ14.237.7316.07-
YUV72.82150.11175.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.47%
GREEN value IS 31 (12.5% from 255) = 10.95%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=49.47%
G=10.95%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403111200.780.200.45315.4163.7433.53
Hex8C1F7004E142D13b4022
Octal214371600116245547310042
Binary1000110011111111000001001110101001011011001110111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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