#8D637B

Color #8D637B Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #8D637B

Tints of Strikemaster #8D637B

Color information

#8D637B (or 0x8D637B) is unknown color: approx Strikemaster. HEX triplet: 8D, 63 and 7B. RGB value is (141,99,123). Sum of RGB (Red+Green+Blue) = 141+99+123=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D637B is #729C84. Grayscale: #727272. Windows color (decimal): -7511173 or 8086413. OLE color: 8086413.

HSL color Cylindrical-coordinate representation of color #8D637B: hue angle of 325.71º degrees, saturation: 0.18, 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 #8D637B is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB14199123-
CMYK00.300.130.45
HSL325.71º17.5%47.06%-
HSV(B)325.71º29.79%55.29%-
XYZ19.0216.0220.83-
YUV114.29132.91147.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=38.84%
G=27.27%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419912300.300.130.45325.7117.547.06
Hex8D637B01ED2D146122f
Octal21514317303615555062257
Binary1000110111000111111011011110110110110110100011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D637B;
 }
 .AnyTagClassName
 {
   color: #8D637B;
 }
</style>
background-color css

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

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

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

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

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

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