Html Css Color HEX #8E657A Strikemaster

📋 copy color: '#8E657A'

red 142 ◦ green 101 ◦ blue 122

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

Shades of Strikemaster #8E657A

Tints of Strikemaster #8E657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 38.9%
G = 27.67%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E657A (or 0x8E657A) is known color: Strikemaster. HEX triplet: 8E, 65 and 7A. RGB value is (142,101,122). Sum of RGB (Red+Green+Blue) = 142+101+122=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E657A is #719A85. Grayscale: #737373. Windows color (decimal): -7445126 or 8021390. OLE color: 8021390.

HSL color Cylindrical-coordinate representation of color #8E657A: hue angle of 329.27º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E657A is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 101 122 -
CMYK 0 0.29 0.14 0.44
HSL 329.27º 0.17% 0.48% -
HSV(B) 329.27º 0.29% 0.56% -
XYZ 19.32 16.46 20.57 -
YUV 115.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 142 101 122 0 0.29 0.14 0.44 329.27 0.17 0.48
Hex 8E 65 7A 0 1D E 2C 149 11 30
Octal 216 145 172 0 35 16 54 511 21 60
Binary 10001110 1100101 1111010 0 11101 1110 101100 101001001 10001 110000

Color Harmonies of #8E657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E657A

Black with #8E657A

Text Example


Text Example

White with #8E657A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,101,122); }

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

background-color css

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

 a { background-color: rgb(142,101,122); }

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

border-color css

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

 span { border-color: rgb(142,101,122); }

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