#8C2666

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

Shades of Dark Purple #8C2666

Tints of Dark Purple #8C2666

Color information

#8C2666 (or 0x8C2666) is unknown color: approx Dark Purple. HEX triplet: 8C, 26 and 66. RGB value is (140,38,102). Sum of RGB (Red+Green+Blue) = 140+38+102=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2666 is #73D999. Grayscale: #4B4B4B. Windows color (decimal): -7592346 or 6694540. OLE color: 6694540.

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

Color convert

RGB14038102-
CMYK00.730.270.45
HSL322.35º57.3%34.9%-
HSV(B)322.35º72.86%54.9%-
XYZ13.917.9213.37-
YUV75.79142.79173.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=50%
G=13.57%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403810200.730.270.45322.3557.334.9
Hex8C26660491B2D1423923
Octal21446146011133555027143
Binary1000110010011011001100100100111011101101101000010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,38,102); }

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

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

 a { background-color: rgb(140,38,102); }

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

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

 span { border-color: rgb(140,38,102); }

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