#8D6081

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

Shades of Strikemaster #8D6081

Tints of Strikemaster #8D6081

Color information

#8D6081 (or 0x8D6081) is unknown color: approx Strikemaster. HEX triplet: 8D, 60 and 81. RGB value is (141,96,129). Sum of RGB (Red+Green+Blue) = 141+96+129=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6081 is #729F7E. Grayscale: #717171. Windows color (decimal): -7511935 or 8478861. OLE color: 8478861.

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

Color convert

RGB14196129-
CMYK00.320.090.45
HSL316º18.99%46.47%-
HSV(B)316º31.91%55.29%-
XYZ19.1315.6122.77-
YUV113.22136.91147.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=38.52%
G=26.23%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419612900.320.090.4531618.9946.47
Hex8D608102092D13c132e
Octal21514020104011554742356
Binary100011011100000100000010100000100110110110011110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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