#8c1679

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

Shades of Dark Purple #8C1679

Tints of Dark Purple #8C1679

Color information

#8C1679 (or 0x8C1679) is unknown color: approx Dark Purple. HEX triplet: 8C, 16 and 79. RGB value is (140,22,121). Sum of RGB (Red+Green+Blue) = 140+22+121=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1679 is #73E986. Grayscale: #444444. Windows color (decimal): -7596423 or 7935628. OLE color: 7935628.

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

Color convert

RGB14022121-
CMYK00.840.140.45
HSL309.66º72.84%31.76%-
HSV(B)309.66º84.29%54.9%-
XYZ14.557.5318.78-
YUV68.57157.59178.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.47%
GREEN value IS 22 (8.98% from 255) = 7.77%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=49.47%
G=7.77%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402212100.840.140.45309.6672.8431.76
Hex8C1679054E2D1364920
Octal214261710124165546611140
Binary100011001011011110010101010011101011011001101101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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