Html Css Color HEX #8E637E Strikemaster

📋 copy color: '#8E637E'

red 142 ◦ green 99 ◦ blue 126

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

Shades of Strikemaster #8E637E

Tints of Strikemaster #8E637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 38.69%
G = 26.98%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E637E (or 0x8E637E) is known color: Strikemaster. HEX triplet: 8E, 63 and 7E. RGB value is (142,99,126). Sum of RGB (Red+Green+Blue) = 142+99+126=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E637E is #719C81. Grayscale: #727272. Windows color (decimal): -7445634 or 8283022. OLE color: 8283022.

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

Color convert

RGB 142 99 126 -
CMYK 0 0.30 0.11 0.44
HSL 322.33º 0.18% 0.47% -
HSV(B) 322.33º 0.3% 0.56% -
XYZ 19.38 16.18 21.84 -
YUV 114.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 142 99 126 0 0.30 0.11 0.44 322.33 0.18 0.47
Hex 8E 63 7E 0 1E B 2C 142 12 2F
Octal 216 143 176 0 36 13 54 502 22 57
Binary 10001110 1100011 1111110 0 11110 1011 101100 101000010 10010 101111

Color Harmonies of #8E637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E637E

Black with #8E637E

Text Example


Text Example

White with #8E637E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,99,126); }

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

background-color css

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

 a { background-color: rgb(142,99,126); }

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

border-color css

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

 span { border-color: rgb(142,99,126); }

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