Html Css Color HEX #8E557D Strikemaster

📋 copy color: '#8E557D'

red 142 ◦ green 85 ◦ blue 125

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

Shades of Strikemaster #8E557D

Tints of Strikemaster #8E557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.15%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 40.34%
G = 24.15%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E557D (or 0x8E557D) is known color: Strikemaster. HEX triplet: 8E, 55 and 7D. RGB value is (142,85,125). Sum of RGB (Red+Green+Blue) = 142+85+125=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E557D is #71AA82. Grayscale: #6A6A6A. Windows color (decimal): -7449219 or 8213902. OLE color: 8213902.

HSL color Cylindrical-coordinate representation of color #8E557D: hue angle of 317.89º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E557D is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 85 125 -
CMYK 0 0.40 0.12 0.44
HSL 317.89º 0.25% 0.45% -
HSV(B) 317.89º 0.4% 0.56% -
XYZ 18.11 13.73 21.1 -
YUV 106.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 142 85 125 0 0.40 0.12 0.44 317.89 0.25 0.45
Hex 8E 55 7D 0 28 C 2C 13E 19 2D
Octal 216 125 175 0 50 14 54 476 31 55
Binary 10001110 1010101 1111101 0 101000 1100 101100 100111110 11001 101101

Color Harmonies of #8E557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E557D

Black with #8E557D

Text Example


Text Example

White with #8E557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,85,125); }

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

background-color css

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

 a { background-color: rgb(142,85,125); }

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

border-color css

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

 span { border-color: rgb(142,85,125); }

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