#8C1685

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

Shades of Dark Purple #8C1685

Tints of Dark Purple #8C1685

Color information

#8C1685 (or 0x8C1685) is unknown color: approx Dark Purple. HEX triplet: 8C, 16 and 85. RGB value is (140,22,133). Sum of RGB (Red+Green+Blue) = 140+22+133=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1685 is #73E97A. Grayscale: #454545. Windows color (decimal): -7596411 or 8722060. OLE color: 8722060.

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

Color convert

RGB14022133-
CMYK00.840.050.45
HSL303.56º72.84%31.76%-
HSV(B)303.56º84.29%54.9%-
XYZ15.347.8422.9-
YUV69.94163.59177.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=47.46%
G=7.46%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402213300.840.050.45303.5672.8431.76
Hex8C168505452D1304920
Octal21426205012455546011140
Binary100011001011010000101010101001011011011001100001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,22,133); }

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

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

 a { background-color: rgb(140,22,133); }

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

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

 span { border-color: rgb(140,22,133); }

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