Html Css Color HEX #8E5E79 Strikemaster

📋 copy color: '#8E5E79'

red 142 ◦ green 94 ◦ blue 121

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

Shades of Strikemaster #8E5E79

Tints of Strikemaster #8E5E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.33%

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

R = 39.78%
G = 26.33%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E5E79 (or 0x8E5E79) is known color: Strikemaster. HEX triplet: 8E, 5E and 79. RGB value is (142,94,121). Sum of RGB (Red+Green+Blue) = 142+94+121=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E79 is #71A186. Grayscale: #6F6F6F. Windows color (decimal): -7446919 or 7954062. OLE color: 7954062.

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

Color convert

RGB 142 94 121 -
CMYK 0 0.34 0.15 0.44
HSL 326.25º 0.2% 0.46% -
HSV(B) 326.25º 0.34% 0.56% -
XYZ 18.61 15.14 20.03 -
YUV 111.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 142 94 121 0 0.34 0.15 0.44 326.25 0.2 0.46
Hex 8E 5E 79 0 22 F 2C 146 14 2E
Octal 216 136 171 0 42 17 54 506 24 56
Binary 10001110 1011110 1111001 0 100010 1111 101100 101000110 10100 101110

Color Harmonies of #8E5E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E79

Black with #8E5E79

Text Example


Text Example

White with #8E5E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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