#916589

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

Shades of Strikemaster #916589

Tints of Strikemaster #916589

Color information

#916589 (or 0x916589) is unknown color: approx Strikemaster. HEX triplet: 91, 65 and 89. RGB value is (145,101,137). Sum of RGB (Red+Green+Blue) = 145+101+137=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #916589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916589 is #6E9A76. Grayscale: #767676. Windows color (decimal): -7248503 or 9004433. OLE color: 9004433.

HSL color Cylindrical-coordinate representation of color #916589: hue angle of 310.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916589 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB145101137-
CMYK00.300.060.43
HSL310.91º17.89%48.24%-
HSV(B)310.91º30.34%56.86%-
XYZ20.8517.1325.88-
YUV118.26138.58147.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=37.86%
G=26.37%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510113700.300.060.43310.9117.8948.24
Hex91658901E62B1371230
Octal2211452110366534672260
Binary1001000111001011000100101111011010101110011011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916589; }

 p { color: rgb(145,101,137); }

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

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

 a { background-color: rgb(145,101,137); }

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

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

 span { border-color: rgb(145,101,137); }

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