#8D5C7A

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

Shades of Strikemaster #8D5C7A

Tints of Strikemaster #8D5C7A

Color information

#8D5C7A (or 0x8D5C7A) is unknown color: approx Strikemaster. HEX triplet: 8D, 5C and 7A. RGB value is (141,92,122). Sum of RGB (Red+Green+Blue) = 141+92+122=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C7A is #72A385. Grayscale: #6D6D6D. Windows color (decimal): -7512966 or 8019085. OLE color: 8019085.

HSL color Cylindrical-coordinate representation of color #8D5C7A: hue angle of 323.27º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C7A is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB14192122-
CMYK00.350.130.45
HSL323.27º21.03%45.69%-
HSV(B)323.27º34.75%55.29%-
XYZ18.3214.7220.29-
YUV110.07134.73150.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=39.72%
G=25.92%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419212200.350.130.45323.2721.0345.69
Hex8D5C7A023D2D143152e
Octal21513417204315555032556
Binary10001101101110011110100100011110110110110100001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,92,122); }

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

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

 a { background-color: rgb(141,92,122); }

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

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

 span { border-color: rgb(141,92,122); }

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