#8D5C81

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

Shades of Strikemaster #8D5C81

Tints of Strikemaster #8D5C81

Color information

#8D5C81 (or 0x8D5C81) is unknown color: approx Strikemaster. HEX triplet: 8D, 5C and 81. RGB value is (141,92,129). Sum of RGB (Red+Green+Blue) = 141+92+129=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5C81 is #72A37E. Grayscale: #6E6E6E. Windows color (decimal): -7512959 or 8477837. OLE color: 8477837.

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

Color convert

RGB14192129-
CMYK00.350.090.45
HSL314.69º21.03%45.69%-
HSV(B)314.69º34.75%55.29%-
XYZ18.7714.922.66-
YUV110.87138.23149.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=38.95%
G=25.41%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419212900.350.090.45314.6921.0345.69
Hex8D5C8102392D13b152e
Octal21513420104311554732556
Binary100011011011100100000010100011100110110110011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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