#916582

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

Shades of Strikemaster #916582

Tints of Strikemaster #916582

Color information

#916582 (or 0x916582) is unknown color: approx Strikemaster. HEX triplet: 91, 65 and 82. RGB value is (145,101,130). Sum of RGB (Red+Green+Blue) = 145+101+130=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #916582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916582 is #6E9A7D. Grayscale: #757575. Windows color (decimal): -7248510 or 8545681. OLE color: 8545681.

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

Color convert

RGB145101130-
CMYK00.300.100.43
HSL320.45º17.89%48.24%-
HSV(B)320.45º30.34%56.86%-
XYZ20.3616.9423.32-
YUV117.46135.08147.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=38.56%
G=26.86%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510113000.300.100.43320.4517.8948.24
Hex91658201EA2B1401230
Octal22114520203612535002260
Binary10010001110010110000010011110101010101110100000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916582; }

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

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

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

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

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

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

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

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