Html Css Color HEX #8E5076 Strikemaster

📋 copy color: '#8E5076'

red 142 ◦ green 80 ◦ blue 118

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

Shades of Strikemaster #8E5076

Tints of Strikemaster #8E5076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 41.76%
G = 23.53%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E5076 (or 0x8E5076) is known color: Strikemaster. HEX triplet: 8E, 50 and 76. RGB value is (142,80,118). Sum of RGB (Red+Green+Blue) = 142+80+118=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5076 is #71AF89. Grayscale: #666666. Windows color (decimal): -7450506 or 7753870. OLE color: 7753870.

HSL color Cylindrical-coordinate representation of color #8E5076: hue angle of 323.23º 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 #8E5076 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 80 118 -
CMYK 0 0.44 0.17 0.44
HSL 323.23º 0.28% 0.44% -
HSV(B) 323.23º 0.44% 0.56% -
XYZ 17.29 12.8 18.7 -
YUV 102.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 142 80 118 0 0.44 0.17 0.44 323.23 0.28 0.44
Hex 8E 50 76 0 2C 11 2C 143 1C 2C
Octal 216 120 166 0 54 21 54 503 34 54
Binary 10001110 1010000 1110110 0 101100 10001 101100 101000011 11100 101100

Color Harmonies of #8E5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5076

Black with #8E5076

Text Example


Text Example

White with #8E5076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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