Html Css Color HEX #8E527D Strikemaster

📋 copy color: '#8E527D'

red 142 ◦ green 82 ◦ blue 125

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

Shades of Strikemaster #8E527D

Tints of Strikemaster #8E527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 40.69%
G = 23.5%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E527D (or 0x8E527D) is known color: Strikemaster. HEX triplet: 8E, 52 and 7D. RGB value is (142,82,125). Sum of RGB (Red+Green+Blue) = 142+82+125=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E527D is #71AD82. Grayscale: #686868. Windows color (decimal): -7449987 or 8213134. OLE color: 8213134.

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

Color convert

RGB 142 82 125 -
CMYK 0 0.42 0.12 0.44
HSL 317º 0.27% 0.44% -
HSV(B) 317º 0.42% 0.56% -
XYZ 17.87 13.27 21.02 -
YUV 104.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 142 82 125 0 0.42 0.12 0.44 317 0.27 0.44
Hex 8E 52 7D 0 2A C 2C 13D 1B 2C
Octal 216 122 175 0 52 14 54 475 33 54
Binary 10001110 1010010 1111101 0 101010 1100 101100 100111101 11011 101100

Color Harmonies of #8E527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E527D

Black with #8E527D

Text Example


Text Example

White with #8E527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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