Html Css Color HEX #8E6176 Strikemaster

📋 copy color: '#8E6176'

red 142 ◦ green 97 ◦ blue 118

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

Shades of Strikemaster #8E6176

Tints of Strikemaster #8E6176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

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

R = 39.78%
G = 27.17%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E6176 (or 0x8E6176) is known color: Strikemaster. HEX triplet: 8E, 61 and 76. RGB value is (142,97,118). Sum of RGB (Red+Green+Blue) = 142+97+118=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6176 is #719E89. Grayscale: #707070. Windows color (decimal): -7446154 or 7758222. OLE color: 7758222.

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

Color convert

RGB 142 97 118 -
CMYK 0 0.32 0.17 0.44
HSL 332º 0.19% 0.47% -
HSV(B) 332º 0.32% 0.56% -
XYZ 18.7 15.61 19.17 -
YUV 112.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 142 97 118 0 0.32 0.17 0.44 332 0.19 0.47
Hex 8E 61 76 0 20 11 2C 14C 13 2F
Octal 216 141 166 0 40 21 54 514 23 57
Binary 10001110 1100001 1110110 0 100000 10001 101100 101001100 10011 101111

Color Harmonies of #8E6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6176

Black with #8E6176

Text Example


Text Example

White with #8E6176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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