#8C1974

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

Shades of Dark Purple #8C1974

Tints of Dark Purple #8C1974

Color information

#8C1974 (or 0x8C1974) is unknown color: approx Dark Purple. HEX triplet: 8C, 19 and 74. RGB value is (140,25,116). Sum of RGB (Red+Green+Blue) = 140+25+116=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1974 is #73E68B. Grayscale: #454545. Windows color (decimal): -7595660 or 7608716. OLE color: 7608716.

HSL color Cylindrical-coordinate representation of color #8C1974: hue angle of 312.52º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1974 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB14025116-
CMYK00.820.170.45
HSL312.52º69.7%32.35%-
HSV(B)312.52º82.14%54.9%-
XYZ14.327.5317.22-
YUV69.76154.1178.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.82%
GREEN value IS 25 (10.16% from 255) = 8.90%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=49.82%
G=8.90%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402511600.820.170.45312.5269.732.35
Hex8C1974052112D1394620
Octal214311640122215547110640
Binary1000110011001111010001010010100011011011001110011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,25,116); }

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

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

 a { background-color: rgb(140,25,116); }

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

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

 span { border-color: rgb(140,25,116); }

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