#8C1472

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

Shades of Dark Purple #8C1472

Tints of Dark Purple #8C1472

Color information

#8C1472 (or 0x8C1472) is unknown color: approx Dark Purple. HEX triplet: 8C, 14 and 72. RGB value is (140,20,114). Sum of RGB (Red+Green+Blue) = 140+20+114=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1472 is #73EB8D. Grayscale: #424242. Windows color (decimal): -7596942 or 7476364. OLE color: 7476364.

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

Color convert

RGB14020114-
CMYK00.860.190.45
HSL313º75%31.37%-
HSV(B)313º85.71%54.9%-
XYZ14.17.2916.58-
YUV66.6154.76180.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.09%
GREEN value IS 20 (8.20% from 255) = 7.30%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=51.09%
G=7.30%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402011400.860.190.453137531.37
Hex8C1472056132D1394b1f
Octal214241620126235547111337
Binary100011001010011100100101011010011101101100111001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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