Html Css Color HEX #8E537A Strikemaster

📋 copy color: '#8E537A'

red 142 ◦ green 83 ◦ blue 122

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

Shades of Strikemaster #8E537A

Tints of Strikemaster #8E537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 40.92%
G = 23.92%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E537A (or 0x8E537A) is known color: Strikemaster. HEX triplet: 8E, 53 and 7A. RGB value is (142,83,122). Sum of RGB (Red+Green+Blue) = 142+83+122=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E537A is #71AC85. Grayscale: #686868. Windows color (decimal): -7449734 or 8016782. OLE color: 8016782.

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

Color convert

RGB 142 83 122 -
CMYK 0 0.42 0.14 0.44
HSL 320.34º 0.26% 0.44% -
HSV(B) 320.34º 0.42% 0.56% -
XYZ 17.76 13.34 20.05 -
YUV 105.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 142 83 122 0 0.42 0.14 0.44 320.34 0.26 0.44
Hex 8E 53 7A 0 2A E 2C 140 1A 2C
Octal 216 123 172 0 52 16 54 500 32 54
Binary 10001110 1010011 1111010 0 101010 1110 101100 101000000 11010 101100

Color Harmonies of #8E537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E537A

Black with #8E537A

Text Example


Text Example

White with #8E537A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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