Html Css Color HEX #8E547E Strikemaster

📋 copy color: '#8E547E'

red 142 ◦ green 84 ◦ blue 126

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

Shades of Strikemaster #8E547E

Tints of Strikemaster #8E547E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 126 (49.61% from 255) = 35.8%

R = 40.34%
G = 23.86%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E547E (or 0x8E547E) is known color: Strikemaster. HEX triplet: 8E, 54 and 7E. RGB value is (142,84,126). Sum of RGB (Red+Green+Blue) = 142+84+126=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E547E is #71AB81. Grayscale: #6A6A6A. Windows color (decimal): -7449474 or 8279182. OLE color: 8279182.

HSL color Cylindrical-coordinate representation of color #8E547E: hue angle of 316.55º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E547E is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 84 126 -
CMYK 0 0.41 0.11 0.44
HSL 316.55º 0.26% 0.44% -
HSV(B) 316.55º 0.41% 0.56% -
XYZ 18.09 13.6 21.41 -
YUV 106.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 142 84 126 0 0.41 0.11 0.44 316.55 0.26 0.44
Hex 8E 54 7E 0 29 B 2C 13D 1A 2C
Octal 216 124 176 0 51 13 54 475 32 54
Binary 10001110 1010100 1111110 0 101001 1011 101100 100111101 11010 101100

Color Harmonies of #8E547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E547E

Black with #8E547E

Text Example


Text Example

White with #8E547E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,84,126); }

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

background-color css

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

 a { background-color: rgb(142,84,126); }

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

border-color css

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

 span { border-color: rgb(142,84,126); }

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