Html Css Color HEX #8E627C Strikemaster

📋 copy color: '#8E627C'

red 142 ◦ green 98 ◦ blue 124

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

Shades of Strikemaster #8E627C

Tints of Strikemaster #8E627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

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

R = 39.01%
G = 26.92%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E627C (or 0x8E627C) is known color: Strikemaster. HEX triplet: 8E, 62 and 7C. RGB value is (142,98,124). Sum of RGB (Red+Green+Blue) = 142+98+124=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E627C is #719D83. Grayscale: #727272. Windows color (decimal): -7445892 or 8151694. OLE color: 8151694.

HSL color Cylindrical-coordinate representation of color #8E627C: hue angle of 324.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E627C is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 98 124 -
CMYK 0 0.31 0.13 0.44
HSL 324.55º 0.18% 0.47% -
HSV(B) 324.55º 0.31% 0.56% -
XYZ 19.16 15.94 21.14 -
YUV 114.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 142 98 124 0 0.31 0.13 0.44 324.55 0.18 0.47
Hex 8E 62 7C 0 1F D 2C 145 12 2F
Octal 216 142 174 0 37 15 54 505 22 57
Binary 10001110 1100010 1111100 0 11111 1101 101100 101000101 10010 101111

Color Harmonies of #8E627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E627C

Black with #8E627C

Text Example


Text Example

White with #8E627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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