Html Css Color HEX #8E527C Strikemaster

📋 copy color: '#8E527C'

red 142 ◦ green 82 ◦ blue 124

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

Shades of Strikemaster #8E527C

Tints of Strikemaster #8E527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

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

R = 40.8%
G = 23.56%
B = 35.63%

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

#8E527C (or 0x8E527C) is known color: Strikemaster. HEX triplet: 8E, 52 and 7C. RGB value is (142,82,124). Sum of RGB (Red+Green+Blue) = 142+82+124=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E527C is #71AD83. Grayscale: #686868. Windows color (decimal): -7449988 or 8147598. OLE color: 8147598.

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

Color convert

RGB 142 82 124 -
CMYK 0 0.42 0.13 0.44
HSL 318º 0.27% 0.44% -
HSV(B) 318º 0.42% 0.56% -
XYZ 17.81 13.24 20.69 -
YUV 104.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 142 82 124 0 0.42 0.13 0.44 318 0.27 0.44
Hex 8E 52 7C 0 2A D 2C 13E 1B 2C
Octal 216 122 174 0 52 15 54 476 33 54
Binary 10001110 1010010 1111100 0 101010 1101 101100 100111110 11011 101100

Color Harmonies of #8E527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E527C

Black with #8E527C

Text Example


Text Example

White with #8E527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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