Html Css Color HEX #8D647C Strikemaster

📋 copy color: '#8D647C'

red 141 ◦ green 100 ◦ blue 124

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

Shades of Strikemaster #8D647C

Tints of Strikemaster #8D647C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 38.63%
G = 27.4%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8D647C (or 0x8D647C) is known color: Strikemaster. HEX triplet: 8D, 64 and 7C. RGB value is (141,100,124). Sum of RGB (Red+Green+Blue) = 141+100+124=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D647C is #729B83. Grayscale: #727272. Windows color (decimal): -7510916 or 8152205. OLE color: 8152205.

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

Color convert

RGB 141 100 124 -
CMYK 0 0.29 0.12 0.45
HSL 324.88º 0.17% 0.47% -
HSV(B) 324.88º 0.29% 0.55% -
XYZ 19.18 16.23 21.19 -
YUV 115 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 141 100 124 0 0.29 0.12 0.45 324.88 0.17 0.47
Hex 8D 64 7C 0 1D C 2D 145 11 2F
Octal 215 144 174 0 35 14 55 505 21 57
Binary 10001101 1100100 1111100 0 11101 1100 101101 101000101 10001 101111

Color Harmonies of #8D647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D647C

Black with #8D647C

Text Example


Text Example

White with #8D647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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