#8D617D

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

Shades of Strikemaster #8D617D

Tints of Strikemaster #8D617D

Color information

#8D617D (or 0x8D617D) is unknown color: approx Strikemaster. HEX triplet: 8D, 61 and 7D. RGB value is (141,97,125). Sum of RGB (Red+Green+Blue) = 141+97+125=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D617D is #729E82. Grayscale: #717171. Windows color (decimal): -7511683 or 8216973. OLE color: 8216973.

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

Color convert

RGB14197125-
CMYK00.310.110.45
HSL321.82º18.49%46.67%-
HSV(B)321.82º31.21%55.29%-
XYZ18.9615.6921.43-
YUV113.35134.58147.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=38.84%
G=26.72%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419712500.310.110.45321.8218.4946.67
Hex8D617D01FB2D142122f
Octal21514117503713555022257
Binary1000110111000011111101011111101110110110100001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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