Html Css Color HEX #8E6179 Strikemaster

📋 copy color: '#8E6179'

red 142 ◦ green 97 ◦ blue 121

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

Shades of Strikemaster #8E6179

Tints of Strikemaster #8E6179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.61%

R = 39.44%
G = 26.94%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E6179 (or 0x8E6179) is known color: Strikemaster. HEX triplet: 8E, 61 and 79. RGB value is (142,97,121). Sum of RGB (Red+Green+Blue) = 142+97+121=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6179 is #719E86. Grayscale: #717171. Windows color (decimal): -7446151 or 7954830. OLE color: 7954830.

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

Color convert

RGB 142 97 121 -
CMYK 0 0.32 0.15 0.44
HSL 328º 0.19% 0.47% -
HSV(B) 328º 0.32% 0.56% -
XYZ 18.88 15.68 20.12 -
YUV 113.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 142 97 121 0 0.32 0.15 0.44 328 0.19 0.47
Hex 8E 61 79 0 20 F 2C 148 13 2F
Octal 216 141 171 0 40 17 54 510 23 57
Binary 10001110 1100001 1111001 0 100000 1111 101100 101001000 10011 101111

Color Harmonies of #8E6179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6179

Black with #8E6179

Text Example


Text Example

White with #8E6179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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