Html Css Color HEX #8E5077 Strikemaster

📋 copy color: '#8E5077'

red 142 ◦ green 80 ◦ blue 119

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

Shades of Strikemaster #8E5077

Tints of Strikemaster #8E5077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 41.64%
G = 23.46%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E5077 (or 0x8E5077) is known color: Strikemaster. HEX triplet: 8E, 50 and 77. RGB value is (142,80,119). Sum of RGB (Red+Green+Blue) = 142+80+119=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5077 is #71AF88. Grayscale: #666666. Windows color (decimal): -7450505 or 7819406. OLE color: 7819406.

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

Color convert

RGB 142 80 119 -
CMYK 0 0.44 0.16 0.44
HSL 322.26º 0.28% 0.44% -
HSV(B) 322.26º 0.44% 0.56% -
XYZ 17.35 12.82 19.01 -
YUV 102.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 142 80 119 0 0.44 0.16 0.44 322.26 0.28 0.44
Hex 8E 50 77 0 2C 10 2C 142 1C 2C
Octal 216 120 167 0 54 20 54 502 34 54
Binary 10001110 1010000 1110111 0 101100 10000 101100 101000010 11100 101100

Color Harmonies of #8E5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5077

Black with #8E5077

Text Example


Text Example

White with #8E5077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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