Html Css Color HEX #8E5376 Strikemaster

📋 copy color: '#8E5376'

red 142 ◦ green 83 ◦ blue 118

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

Shades of Strikemaster #8E5376

Tints of Strikemaster #8E5376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.2%

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

R = 41.4%
G = 24.2%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E5376 (or 0x8E5376) is known color: Strikemaster. HEX triplet: 8E, 53 and 76. RGB value is (142,83,118). Sum of RGB (Red+Green+Blue) = 142+83+118=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5376 is #71AC89. Grayscale: #686868. Windows color (decimal): -7449738 or 7754638. OLE color: 7754638.

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

Color convert

RGB 142 83 118 -
CMYK 0 0.42 0.17 0.44
HSL 324.41º 0.26% 0.44% -
HSV(B) 324.41º 0.42% 0.56% -
XYZ 17.52 13.25 18.77 -
YUV 104.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 142 83 118 0 0.42 0.17 0.44 324.41 0.26 0.44
Hex 8E 53 76 0 2A 11 2C 144 1A 2C
Octal 216 123 166 0 52 21 54 504 32 54
Binary 10001110 1010011 1110110 0 101010 10001 101100 101000100 11010 101100

Color Harmonies of #8E5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5376

Black with #8E5376

Text Example


Text Example

White with #8E5376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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