Html Css Color HEX #8E5379 Strikemaster

📋 copy color: '#8E5379'

red 142 ◦ green 83 ◦ blue 121

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

Shades of Strikemaster #8E5379

Tints of Strikemaster #8E5379

RGB

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

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

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

R = 41.04%
G = 23.99%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E5379 (or 0x8E5379) is known color: Strikemaster. HEX triplet: 8E, 53 and 79. RGB value is (142,83,121). Sum of RGB (Red+Green+Blue) = 142+83+121=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5379 is #71AC86. Grayscale: #686868. Windows color (decimal): -7449735 or 7951246. OLE color: 7951246.

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

Color convert

RGB 142 83 121 -
CMYK 0 0.42 0.15 0.44
HSL 321.36º 0.26% 0.44% -
HSV(B) 321.36º 0.42% 0.56% -
XYZ 17.7 13.32 19.73 -
YUV 104.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 142 83 121 0 0.42 0.15 0.44 321.36 0.26 0.44
Hex 8E 53 79 0 2A F 2C 141 1A 2C
Octal 216 123 171 0 52 17 54 501 32 54
Binary 10001110 1010011 1111001 0 101010 1111 101100 101000001 11010 101100

Color Harmonies of #8E5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5379

Black with #8E5379

Text Example


Text Example

White with #8E5379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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