#8D5875

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

Shades of Strikemaster #8D5875

Tints of Strikemaster #8D5875

Color information

#8D5875 (or 0x8D5875) is unknown color: approx Strikemaster. HEX triplet: 8D, 58 and 75. RGB value is (141,88,117). Sum of RGB (Red+Green+Blue) = 141+88+117=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5875 is #72A78A. Grayscale: #6B6B6B. Windows color (decimal): -7513995 or 7690381. OLE color: 7690381.

HSL color Cylindrical-coordinate representation of color #8D5875: hue angle of 327.17º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D5875 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB14188117-
CMYK00.380.170.45
HSL327.17º23.14%44.9%-
HSV(B)327.17º37.59%55.29%-
XYZ17.6913.9318.59-
YUV107.15133.56152.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=40.75%
G=25.43%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418811700.380.170.45327.1723.1444.9
Hex8D5875026112D147172d
Octal21513016504621555072755
Binary100011011011000111010101001101000110110110100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,88,117); }

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

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

 a { background-color: rgb(141,88,117); }

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

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

 span { border-color: rgb(141,88,117); }

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