#916180

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

Shades of Strikemaster #916180

Tints of Strikemaster #916180

Color information

#916180 (or 0x916180) is unknown color: approx Strikemaster. HEX triplet: 91, 61 and 80. RGB value is (145,97,128). Sum of RGB (Red+Green+Blue) = 145+97+128=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #916180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916180 is #6E9E7F. Grayscale: #727272. Windows color (decimal): -7249536 or 8413585. OLE color: 8413585.

HSL color Cylindrical-coordinate representation of color #916180: hue angle of 321.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #916180 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14597128-
CMYK00.330.120.43
HSL321.25º19.83%47.45%-
HSV(B)321.25º33.1%56.86%-
XYZ19.8516.1322.49-
YUV114.89135.4149.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=39.19%
G=26.22%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459712800.330.120.43321.2519.8347.45
Hex916180021C2B141142f
Octal22114120004114535012457
Binary100100011100001100000000100001110010101110100000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916180; }

 p { color: rgb(145,97,128); }

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

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

 a { background-color: rgb(145,97,128); }

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

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

 span { border-color: rgb(145,97,128); }

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