#8E3150

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

Shades of Disco #8E3150

Tints of Disco #8E3150

Color information

#8E3150 (or 0x8E3150) is unknown color: approx Disco. HEX triplet: 8E, 31 and 50. RGB value is (142,49,80). Sum of RGB (Red+Green+Blue) = 142+49+80=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3150 is #71CEAF. Grayscale: #505050. Windows color (decimal): -7458480 or 5255566. OLE color: 5255566.

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

Color convert

RGB1424980-
CMYK00.650.440.44
HSL340º48.69%37.45%-
HSV(B)340º65.49%55.69%-
XYZ13.78.538.51-
YUV80.34127.81171.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.40%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=52.40%
G=18.08%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142498000.650.440.4434048.6937.45
Hex8E31500412C2C1543125
Octal21661120010154545246145
Binary10001110110001101000001000001101100101100101010100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,49,80); }

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

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

 a { background-color: rgb(142,49,80); }

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

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

 span { border-color: rgb(142,49,80); }

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