Html Css Color HEX #8E537C Strikemaster

📋 copy color: '#8E537C'

red 142 ◦ green 83 ◦ blue 124

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

Shades of Strikemaster #8E537C

Tints of Strikemaster #8E537C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 40.69%
G = 23.78%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E537C (or 0x8E537C) is known color: Strikemaster. HEX triplet: 8E, 53 and 7C. RGB value is (142,83,124). Sum of RGB (Red+Green+Blue) = 142+83+124=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E537C is #71AC83. Grayscale: #696969. Windows color (decimal): -7449732 or 8147854. OLE color: 8147854.

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

Color convert

RGB 142 83 124 -
CMYK 0 0.42 0.13 0.44
HSL 318.31º 0.26% 0.44% -
HSV(B) 318.31º 0.42% 0.56% -
XYZ 17.89 13.39 20.71 -
YUV 105.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 142 83 124 0 0.42 0.13 0.44 318.31 0.26 0.44
Hex 8E 53 7C 0 2A D 2C 13E 1A 2C
Octal 216 123 174 0 52 15 54 476 32 54
Binary 10001110 1010011 1111100 0 101010 1101 101100 100111110 11010 101100

Color Harmonies of #8E537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E537C

Black with #8E537C

Text Example


Text Example

White with #8E537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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