Html Css Color HEX #8C647D Strikemaster

📋 copy color: '#8C647D'

red 140 ◦ green 100 ◦ blue 125

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

Shades of Strikemaster #8C647D

Tints of Strikemaster #8C647D

RGB

 RED value IS 140 (55.08% from 255) = 38.36%

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

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

R = 38.36%
G = 27.4%
B = 34.25%

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

#8C647D (or 0x8C647D) is known color: Strikemaster. HEX triplet: 8C, 64 and 7D. RGB value is (140,100,125). Sum of RGB (Red+Green+Blue) = 140+100+125=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C647D is #739B82. Grayscale: #727272. Windows color (decimal): -7576451 or 8217740. OLE color: 8217740.

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

Color convert

RGB 140 100 125 -
CMYK 0 0.29 0.11 0.45
HSL 322.5º 0.17% 0.47% -
HSV(B) 322.5º 0.29% 0.55% -
XYZ 19.07 16.17 21.52 -
YUV 114.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 140 100 125 0 0.29 0.11 0.45 322.5 0.17 0.47
Hex 8C 64 7D 0 1D B 2D 142 11 2F
Octal 214 144 175 0 35 13 55 502 21 57
Binary 10001100 1100100 1111101 0 11101 1011 101101 101000010 10001 101111

Color Harmonies of #8C647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C647D

Black with #8C647D

Text Example


Text Example

White with #8C647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,100,125); }

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

background-color css

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

 a { background-color: rgb(140,100,125); }

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

border-color css

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

 span { border-color: rgb(140,100,125); }

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