Html Css Color HEX #8E3150 Disco

📋 copy color: '#8E3150'

red 142 ◦ green 49 ◦ blue 80

#8E3150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #8E3150

Tints of Disco #8E3150

RGB

 RED value IS 142 (55.86% from 255) = 52.4%

 GREEN value IS 49 (19.53% from 255) = 18.08%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 52.4%
G = 18.08%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E3150 (or 0x8E3150) is known color: 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

RGB 142 49 80 -
CMYK 0 0.65 0.44 0.44
HSL 340º 0.49% 0.37% -
HSV(B) 340º 0.65% 0.56% -
XYZ 13.7 8.53 8.51 -
YUV 80.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 142 49 80 0 0.65 0.44 0.44 340 0.49 0.37
Hex 8E 31 50 0 41 2C 2C 154 31 25
Octal 216 61 120 0 101 54 54 524 61 45
Binary 10001110 110001 1010000 0 1000001 101100 101100 101010100 110001 100101

Color Harmonies of #8E3150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3150

Black with #8E3150

Text Example


Text Example

White with #8E3150

Text Example


Text Example

HTML Codes & Css Web 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>