#8C1975

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

Shades of Dark Purple #8C1975

Tints of Dark Purple #8C1975

Color information

#8C1975 (or 0x8C1975) is unknown color: approx Dark Purple. HEX triplet: 8C, 19 and 75. RGB value is (140,25,117). Sum of RGB (Red+Green+Blue) = 140+25+117=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1975 is #73E68A. Grayscale: #454545. Windows color (decimal): -7595659 or 7674252. OLE color: 7674252.

HSL color Cylindrical-coordinate representation of color #8C1975: hue angle of 312º 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 #8C1975 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB14025117-
CMYK00.820.160.45
HSL312º69.7%32.35%-
HSV(B)312º82.14%54.9%-
XYZ14.377.5617.53-
YUV69.87154.6178.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.65%
GREEN value IS 25 (10.16% from 255) = 8.87%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=49.65%
G=8.87%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402511700.820.160.4531269.732.35
Hex8C1975052102D1384620
Octal214311650122205547010640
Binary1000110011001111010101010010100001011011001110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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