#8C167B

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

Shades of Dark Purple #8C167B

Tints of Dark Purple #8C167B

Color information

#8C167B (or 0x8C167B) is unknown color: approx Dark Purple. HEX triplet: 8C, 16 and 7B. RGB value is (140,22,123). Sum of RGB (Red+Green+Blue) = 140+22+123=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C167B is #73E984. Grayscale: #444444. Windows color (decimal): -7596421 or 8066700. OLE color: 8066700.

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

Color convert

RGB14022123-
CMYK00.840.120.45
HSL308.64º72.84%31.76%-
HSV(B)308.64º84.29%54.9%-
XYZ14.687.5819.43-
YUV68.8158.59178.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.12%
GREEN value IS 22 (8.98% from 255) = 7.72%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=49.12%
G=7.72%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402212300.840.120.45308.6472.8431.76
Hex8C167B054C2D1354920
Octal214261730124145546511140
Binary100011001011011110110101010011001011011001101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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