#8C1E7E

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

Shades of Dark Purple #8C1E7E

Tints of Dark Purple #8C1E7E

Color information

#8C1E7E (or 0x8C1E7E) is unknown color: approx Dark Purple. HEX triplet: 8C, 1E and 7E. RGB value is (140,30,126). Sum of RGB (Red+Green+Blue) = 140+30+126=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1E7E is #73E181. Grayscale: #494949. Windows color (decimal): -7594370 or 8265356. OLE color: 8265356.

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

Color convert

RGB14030126-
CMYK00.790.100.45
HSL307.64º64.71%33.33%-
HSV(B)307.64º78.57%54.9%-
XYZ15.058.0120.49-
YUV73.83157.44175.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 126 (49.61% from 255) = 42.57%
R=47.30%
G=10.14%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403012600.790.100.45307.6464.7133.33
Hex8C1E7E04FA2D1344121
Octal214361760117125546410141
Binary100011001111011111100100111110101011011001101001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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