Html Css Color HEX #8D657F Strikemaster

📋 copy color: '#8D657F'

red 141 ◦ green 101 ◦ blue 127

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

Shades of Strikemaster #8D657F

Tints of Strikemaster #8D657F

RGB

 RED value IS 141 (55.47% from 255) = 38.21%

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 38.21%
G = 27.37%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8D657F (or 0x8D657F) is known color: Strikemaster. HEX triplet: 8D, 65 and 7F. RGB value is (141,101,127). Sum of RGB (Red+Green+Blue) = 141+101+127=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D657F is #729A80. Grayscale: #737373. Windows color (decimal): -7510657 or 8349069. OLE color: 8349069.

HSL color Cylindrical-coordinate representation of color #8D657F: hue angle of 321º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D657F is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 101 127 -
CMYK 0 0.28 0.10 0.45
HSL 321º 0.17% 0.47% -
HSV(B) 321º 0.28% 0.55% -
XYZ 19.47 16.5 22.24 -
YUV 115.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 141 101 127 0 0.28 0.10 0.45 321 0.17 0.47
Hex 8D 65 7F 0 1C A 2D 141 11 2F
Octal 215 145 177 0 34 12 55 501 21 57
Binary 10001101 1100101 1111111 0 11100 1010 101101 101000001 10001 101111

Color Harmonies of #8D657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D657F

Black with #8D657F

Text Example


Text Example

White with #8D657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,101,127); }

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

background-color css

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

 a { background-color: rgb(141,101,127); }

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

border-color css

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

 span { border-color: rgb(141,101,127); }

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