#916787

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

Shades of Strikemaster #916787

Tints of Strikemaster #916787

Color information

#916787 (or 0x916787) is unknown color: approx Strikemaster. HEX triplet: 91, 67 and 87. RGB value is (145,103,135). Sum of RGB (Red+Green+Blue) = 145+103+135=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #916787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916787 is #6E9878. Grayscale: #777777. Windows color (decimal): -7247993 or 8873873. OLE color: 8873873.

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

Color convert

RGB145103135-
CMYK00.290.070.43
HSL314.29º16.94%48.63%-
HSV(B)314.29º28.97%56.86%-
XYZ20.917.4725.19-
YUV119.21136.91146.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=37.86%
G=26.89%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510313500.290.070.43314.2916.9448.63
Hex91678701D72B13a1131
Octal2211472070357534722161
Binary1001000111001111000011101110111110101110011101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916787; }

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

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

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

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

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

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

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

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