#8E327B

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

Shades of Dark Purple #8E327B

Tints of Dark Purple #8E327B

Color information

#8E327B (or 0x8E327B) is unknown color: approx Dark Purple. HEX triplet: 8E, 32 and 7B. RGB value is (142,50,123). Sum of RGB (Red+Green+Blue) = 142+50+123=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E327B is #71CD84. Grayscale: #555555. Windows color (decimal): -7458181 or 8073870. OLE color: 8073870.

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

Color convert

RGB14250123-
CMYK00.650.130.44
HSL312.39º47.92%37.65%-
HSV(B)312.39º64.79%55.69%-
XYZ15.879.4619.73-
YUV85.83148.98168.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=45.08%
G=15.87%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425012300.650.130.44312.3947.9237.65
Hex8E327B041D2C1383026
Octal21662173010115544706046
Binary100011101100101111011010000011101101100100111000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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