#8C1A66

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

Shades of Dark Purple #8C1A66

Tints of Dark Purple #8C1A66

Color information

#8C1A66 (or 0x8C1A66) is unknown color: approx Dark Purple. HEX triplet: 8C, 1A and 66. RGB value is (140,26,102). Sum of RGB (Red+Green+Blue) = 140+26+102=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1A66 is #73E599. Grayscale: #444444. Windows color (decimal): -7595418 or 6691468. OLE color: 6691468.

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

Color convert

RGB14026102-
CMYK00.810.270.45
HSL320º68.67%32.55%-
HSV(B)320º81.43%54.9%-
XYZ13.587.2713.26-
YUV68.75146.77178.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.24%
GREEN value IS 26 (10.55% from 255) = 9.70%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=52.24%
G=9.70%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402610200.810.270.4532068.6732.55
Hex8C1A660511B2D1404521
Octal214321460121335550010541
Binary1000110011010110011001010001110111011011010000001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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