#8c1c7e

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

Shades of Dark Purple #8C1C7E

Tints of Dark Purple #8C1C7E

Color information

#8C1C7E (or 0x8C1C7E) is unknown color: approx Dark Purple. HEX triplet: 8C, 1C and 7E. RGB value is (140,28,126). Sum of RGB (Red+Green+Blue) = 140+28+126=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1C7E is #73E381. Grayscale: #484848. Windows color (decimal): -7594882 or 8264844. OLE color: 8264844.

HSL color Cylindrical-coordinate representation of color #8C1C7E: hue angle of 307.5º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C7E is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB14028126-
CMYK00.800.100.45
HSL307.5º66.67%32.94%-
HSV(B)307.5º80%54.9%-
XYZ157.9120.48-
YUV72.66158.11176.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.62%
GREEN value IS 28 (11.33% from 255) = 9.52%
BLUE value IS 126 (49.61% from 255) = 42.86%
R=47.62%
G=9.52%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402812600.800.100.45307.566.6732.94
Hex8C1C7E050A2D1344321
Octal214341760120125546410341
Binary100011001110011111100101000010101011011001101001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1c7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,28,126); }

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

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

 a { background-color: rgb(140,28,126); }

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

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

 span { border-color: rgb(140,28,126); }

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