#8c166c

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

Shades of Dark Purple #8C166C

Tints of Dark Purple #8C166C

Color information

#8C166C (or 0x8C166C) is unknown color: approx Dark Purple. HEX triplet: 8C, 16 and 6C. RGB value is (140,22,108). Sum of RGB (Red+Green+Blue) = 140+22+108=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C166C is #73E993. Grayscale: #424242. Windows color (decimal): -7596436 or 7083660. OLE color: 7083660.

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

Color convert

RGB14022108-
CMYK00.840.230.45
HSL316.27º72.84%31.76%-
HSV(B)316.27º84.29%54.9%-
XYZ13.817.2314.86-
YUV67.09151.09180.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.85%
GREEN value IS 22 (8.98% from 255) = 8.15%
BLUE value IS 108 (42.58% from 255) = 40%
R=51.85%
G=8.15%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402210800.840.230.45316.2772.8431.76
Hex8C166C054172D13c4920
Octal214261540124275547411140
Binary1000110010110110110001010100101111011011001111001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c166c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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