#916784

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

Shades of Strikemaster #916784

Tints of Strikemaster #916784

Color information

#916784 (or 0x916784) is unknown color: approx Strikemaster. HEX triplet: 91, 67 and 84. RGB value is (145,103,132). Sum of RGB (Red+Green+Blue) = 145+103+132=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #916784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916784 is #6E987B. Grayscale: #767676. Windows color (decimal): -7247996 or 8677265. OLE color: 8677265.

HSL color Cylindrical-coordinate representation of color #916784: hue angle of 318.57º 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 #916784 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB145103132-
CMYK00.290.090.43
HSL318.57º16.94%48.63%-
HSV(B)318.57º28.97%56.86%-
XYZ20.6917.3924.1-
YUV118.86135.41146.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 103 (40.62% from 255) = 27.11%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=38.16%
G=27.11%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510313200.290.090.43318.5716.9448.63
Hex91678401D92B13f1131
Octal22114720403511534772161
Binary10010001110011110000100011101100110101110011111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916784; }

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

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

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

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

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

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

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

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