#8E2B7B

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

Shades of Dark Purple #8E2B7B

Tints of Dark Purple #8E2B7B

Color information

#8E2B7B (or 0x8E2B7B) is unknown color: approx Dark Purple. HEX triplet: 8E, 2B and 7B. RGB value is (142,43,123). Sum of RGB (Red+Green+Blue) = 142+43+123=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2B7B is #71D484. Grayscale: #515151. Windows color (decimal): -7459973 or 8072078. OLE color: 8072078.

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

Color convert

RGB14243123-
CMYK00.700.130.44
HSL311.52º53.51%36.27%-
HSV(B)311.52º69.72%55.69%-
XYZ15.598.9119.64-
YUV81.72151.3171-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=46.10%
G=13.96%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424312300.700.130.44311.5253.5136.27
Hex8E2B7B046D2C1383624
Octal21653173010615544706644
Binary100011101010111111011010001101101101100100111000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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