Html Css Color HEX #8D637D Strikemaster

📋 copy color: '#8D637D'

red 141 ◦ green 99 ◦ blue 125

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

Shades of Strikemaster #8D637D

Tints of Strikemaster #8D637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

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

R = 38.63%
G = 27.12%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D637D (or 0x8D637D) is known color: Strikemaster. HEX triplet: 8D, 63 and 7D. RGB value is (141,99,125). Sum of RGB (Red+Green+Blue) = 141+99+125=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D637D is #729C82. Grayscale: #727272. Windows color (decimal): -7511171 or 8217485. OLE color: 8217485.

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

Color convert

RGB 141 99 125 -
CMYK 0 0.30 0.11 0.45
HSL 322.86º 0.18% 0.47% -
HSV(B) 322.86º 0.3% 0.55% -
XYZ 19.15 16.07 21.49 -
YUV 114.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 141 99 125 0 0.30 0.11 0.45 322.86 0.18 0.47
Hex 8D 63 7D 0 1E B 2D 143 12 2F
Octal 215 143 175 0 36 13 55 503 22 57
Binary 10001101 1100011 1111101 0 11110 1011 101101 101000011 10010 101111

Color Harmonies of #8D637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D637D

Black with #8D637D

Text Example


Text Example

White with #8D637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,99,125); }

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

background-color css

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

 a { background-color: rgb(141,99,125); }

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

border-color css

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

 span { border-color: rgb(141,99,125); }

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