Html Css Color HEX #8E657D Strikemaster

📋 copy color: '#8E657D'

red 142 ◦ green 101 ◦ blue 125

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

Shades of Strikemaster #8E657D

Tints of Strikemaster #8E657D

RGB

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

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

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

R = 38.59%
G = 27.45%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E657D (or 0x8E657D) is known color: Strikemaster. HEX triplet: 8E, 65 and 7D. RGB value is (142,101,125). Sum of RGB (Red+Green+Blue) = 142+101+125=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E657D is #719A82. Grayscale: #737373. Windows color (decimal): -7445123 or 8217998. OLE color: 8217998.

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

Color convert

RGB 142 101 125 -
CMYK 0 0.29 0.12 0.44
HSL 324.88º 0.17% 0.48% -
HSV(B) 324.88º 0.29% 0.56% -
XYZ 19.51 16.54 21.57 -
YUV 116 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 142 101 125 0 0.29 0.12 0.44 324.88 0.17 0.48
Hex 8E 65 7D 0 1D C 2C 145 11 30
Octal 216 145 175 0 35 14 54 505 21 60
Binary 10001110 1100101 1111101 0 11101 1100 101100 101000101 10001 110000

Color Harmonies of #8E657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E657D

Black with #8E657D

Text Example


Text Example

White with #8E657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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