Html Css Color HEX #8E537E Strikemaster

📋 copy color: '#8E537E'

red 142 ◦ green 83 ◦ blue 126

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

Shades of Strikemaster #8E537E

Tints of Strikemaster #8E537E

RGB

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

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

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

R = 40.46%
G = 23.65%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E537E (or 0x8E537E) is known color: Strikemaster. HEX triplet: 8E, 53 and 7E. RGB value is (142,83,126). Sum of RGB (Red+Green+Blue) = 142+83+126=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E537E is #71AC81. Grayscale: #696969. Windows color (decimal): -7449730 or 8278926. OLE color: 8278926.

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

Color convert

RGB 142 83 126 -
CMYK 0 0.42 0.11 0.44
HSL 316.27º 0.26% 0.44% -
HSV(B) 316.27º 0.42% 0.56% -
XYZ 18.01 13.44 21.38 -
YUV 105.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 142 83 126 0 0.42 0.11 0.44 316.27 0.26 0.44
Hex 8E 53 7E 0 2A B 2C 13C 1A 2C
Octal 216 123 176 0 52 13 54 474 32 54
Binary 10001110 1010011 1111110 0 101010 1011 101100 100111100 11010 101100

Color Harmonies of #8E537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E537E

Black with #8E537E

Text Example


Text Example

White with #8E537E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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