#8E367B

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

Shades of Dark Purple #8E367B

Tints of Dark Purple #8E367B

Color information

#8E367B (or 0x8E367B) is unknown color: approx Dark Purple. HEX triplet: 8E, 36 and 7B. RGB value is (142,54,123). Sum of RGB (Red+Green+Blue) = 142+54+123=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E367B is #71C984. Grayscale: #575757. Windows color (decimal): -7457157 or 8074894. OLE color: 8074894.

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

Color convert

RGB14254123-
CMYK00.620.130.44
HSL312.95º44.9%38.43%-
HSV(B)312.95º61.97%55.69%-
XYZ16.059.8219.79-
YUV88.18147.65166.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=44.51%
G=16.93%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425412300.620.130.44312.9544.938.43
Hex8E367B03ED2C1392d26
Octal2166617307615544715546
Binary10001110110110111101101111101101101100100111001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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