#916780

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

Shades of Strikemaster #916780

Tints of Strikemaster #916780

Color information

#916780 (or 0x916780) is unknown color: approx Strikemaster. HEX triplet: 91, 67 and 80. RGB value is (145,103,128). Sum of RGB (Red+Green+Blue) = 145+103+128=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #916780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916780 is #6E987F. Grayscale: #767676. Windows color (decimal): -7248000 or 8415121. OLE color: 8415121.

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

Color convert

RGB145103128-
CMYK00.290.120.43
HSL324.29º16.94%48.63%-
HSV(B)324.29º28.97%56.86%-
XYZ20.4217.2822.68-
YUV118.41133.41146.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=38.56%
G=27.39%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510312800.290.120.43324.2916.9448.63
Hex91678001DC2B1441131
Octal22114720003514535042161
Binary10010001110011110000000011101110010101110100010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916780; }

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

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

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

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

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

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

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

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