#8D617C

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

Shades of Strikemaster #8D617C

Tints of Strikemaster #8D617C

Color information

#8D617C (or 0x8D617C) is unknown color: approx Strikemaster. HEX triplet: 8D, 61 and 7C. RGB value is (141,97,124). Sum of RGB (Red+Green+Blue) = 141+97+124=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D617C is #729E83. Grayscale: #717171. Windows color (decimal): -7511684 or 8151437. OLE color: 8151437.

HSL color Cylindrical-coordinate representation of color #8D617C: hue angle of 323.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D617C is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB14197124-
CMYK00.310.120.45
HSL323.18º18.49%46.67%-
HSV(B)323.18º31.21%55.29%-
XYZ18.915.6721.1-
YUV113.23134.08147.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=38.95%
G=26.80%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419712400.310.120.45323.1818.4946.67
Hex8D617C01FC2D143122f
Octal21514117403714555032257
Binary1000110111000011111100011111110010110110100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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