#8D6078

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

Shades of Strikemaster #8D6078

Tints of Strikemaster #8D6078

Color information

#8D6078 (or 0x8D6078) is unknown color: approx Strikemaster. HEX triplet: 8D, 60 and 78. RGB value is (141,96,120). Sum of RGB (Red+Green+Blue) = 141+96+120=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6078 is #729F87. Grayscale: #707070. Windows color (decimal): -7511944 or 7889037. OLE color: 7889037.

HSL color Cylindrical-coordinate representation of color #8D6078: hue angle of 328º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6078 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB14196120-
CMYK00.320.150.45
HSL328º18.99%46.47%-
HSV(B)328º31.91%55.29%-
XYZ18.5615.3819.76-
YUV112.19132.41148.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.50%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=39.50%
G=26.89%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419612000.320.150.4532818.9946.47
Hex8D6078020F2D148132e
Octal21514017004017555102356
Binary10001101110000011110000100000111110110110100100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,96,120); }

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

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

 a { background-color: rgb(141,96,120); }

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

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

 span { border-color: rgb(141,96,120); }

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