Html Css Color HEX #8E204C Disco

📋 copy color: '#8E204C'

red 142 ◦ green 32 ◦ blue 76

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

Shades of Disco #8E204C

Tints of Disco #8E204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 56.8%
G = 12.8%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E204C (or 0x8E204C) is known color: Disco. HEX triplet: 8E, 20 and 4C. RGB value is (142,32,76). Sum of RGB (Red+Green+Blue) = 142+32+76=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E204C is #71DFB3. Grayscale: #454545. Windows color (decimal): -7462836 or 4989070. OLE color: 4989070.

HSL color Cylindrical-coordinate representation of color #8E204C: hue angle of 336º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E204C is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 32 76 -
CMYK 0 0.77 0.46 0.44
HSL 336º 0.63% 0.34% -
HSV(B) 336º 0.77% 0.56% -
XYZ 12.98 7.31 7.56 -
YUV 69.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 142 32 76 0 0.77 0.46 0.44 336 0.63 0.34
Hex 8E 20 4C 0 4D 2E 2C 150 3F 22
Octal 216 40 114 0 115 56 54 520 77 42
Binary 10001110 100000 1001100 0 1001101 101110 101100 101010000 111111 100010

Color Harmonies of #8E204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E204C

Black with #8E204C

Text Example


Text Example

White with #8E204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,32,76); }

 H1.HeaderClassName
 {
   color: #8E204C;
 }
 .AnyTagClassName
 {
   color: #8E204C;
 }
</style>

background-color css

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

 a { background-color: rgb(142,32,76); }

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

border-color css

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

 span { border-color: rgb(142,32,76); }

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