#8E2C7B

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

Shades of Dark Purple #8E2C7B

Tints of Dark Purple #8E2C7B

Color information

#8E2C7B (or 0x8E2C7B) is unknown color: approx Dark Purple. HEX triplet: 8E, 2C and 7B. RGB value is (142,44,123). Sum of RGB (Red+Green+Blue) = 142+44+123=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2C7B is #71D384. Grayscale: #525252. Windows color (decimal): -7459717 or 8072334. OLE color: 8072334.

HSL color Cylindrical-coordinate representation of color #8E2C7B: hue angle of 311.63º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E2C7B is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14244123-
CMYK00.690.130.44
HSL311.63º52.69%36.47%-
HSV(B)311.63º69.01%55.69%-
XYZ15.638.9819.65-
YUV82.31150.97170.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 44 (17.58% from 255) = 14.24%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=45.95%
G=14.24%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424412300.690.130.44311.6352.6936.47
Hex8E2C7B045D2C1383524
Octal21654173010515544706544
Binary100011101011001111011010001011101101100100111000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,44,123); }

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

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

 a { background-color: rgb(142,44,123); }

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

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

 span { border-color: rgb(142,44,123); }

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