#916886

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

Shades of Strikemaster #916886

Tints of Strikemaster #916886

Color information

#916886 (or 0x916886) is unknown color: approx Strikemaster. HEX triplet: 91, 68 and 86. RGB value is (145,104,134). Sum of RGB (Red+Green+Blue) = 145+104+134=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #916886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916886 is #6E9779. Grayscale: #777777. Windows color (decimal): -7247738 or 8808593. OLE color: 8808593.

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

Color convert

RGB145104134-
CMYK00.280.080.43
HSL316.1º16.47%48.82%-
HSV(B)316.1º28.28%56.86%-
XYZ20.9317.6424.86-
YUV119.68136.08146.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=37.86%
G=27.15%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510413400.280.080.43316.116.4748.82
Hex91688601C82B13c1031
Octal22115020603410534742061
Binary10010001110100010000110011100100010101110011110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916886; }

 p { color: rgb(145,104,134); }

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

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

 a { background-color: rgb(145,104,134); }

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

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

 span { border-color: rgb(145,104,134); }

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