Html Css Color HEX #8D647E Strikemaster

📋 copy color: '#8D647E'

red 141 ◦ green 100 ◦ blue 126

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

Shades of Strikemaster #8D647E

Tints of Strikemaster #8D647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 38.42%
G = 27.25%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D647E (or 0x8D647E) is known color: Strikemaster. HEX triplet: 8D, 64 and 7E. RGB value is (141,100,126). Sum of RGB (Red+Green+Blue) = 141+100+126=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D647E is #729B81. Grayscale: #737373. Windows color (decimal): -7510914 or 8283277. OLE color: 8283277.

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

Color convert

RGB 141 100 126 -
CMYK 0 0.29 0.11 0.45
HSL 321.95º 0.17% 0.47% -
HSV(B) 321.95º 0.29% 0.55% -
XYZ 19.31 16.28 21.86 -
YUV 115.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 141 100 126 0 0.29 0.11 0.45 321.95 0.17 0.47
Hex 8D 64 7E 0 1D B 2D 142 11 2F
Octal 215 144 176 0 35 13 55 502 21 57
Binary 10001101 1100100 1111110 0 11101 1011 101101 101000010 10001 101111

Color Harmonies of #8D647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D647E

Black with #8D647E

Text Example


Text Example

White with #8D647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,100,126); }

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

background-color css

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

 a { background-color: rgb(141,100,126); }

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

border-color css

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

 span { border-color: rgb(141,100,126); }

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