#8D617F

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

Shades of Strikemaster #8D617F

Tints of Strikemaster #8D617F

Color information

#8D617F (or 0x8D617F) is unknown color: approx Strikemaster. HEX triplet: 8D, 61 and 7F. RGB value is (141,97,127). Sum of RGB (Red+Green+Blue) = 141+97+127=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D617F is #729E80. Grayscale: #717171. Windows color (decimal): -7511681 or 8348045. OLE color: 8348045.

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

Color convert

RGB14197127-
CMYK00.310.100.45
HSL319.09º18.49%46.67%-
HSV(B)319.09º31.21%55.29%-
XYZ19.0915.7422.11-
YUV113.58135.58147.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.63%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 127 (50% from 255) = 34.79%
R=38.63%
G=26.58%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419712700.310.100.45319.0918.4946.67
Hex8D617F01FA2D13f122f
Octal21514117703712554772257
Binary1000110111000011111111011111101010110110011111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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