#917081

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

Shades of Strikemaster #917081

Tints of Strikemaster #917081

Color information

#917081 (or 0x917081) is unknown color: approx Strikemaster. HEX triplet: 91, 70 and 81. RGB value is (145,112,129). Sum of RGB (Red+Green+Blue) = 145+112+129=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #917081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917081 is #6E8F7E. Grayscale: #7B7B7B. Windows color (decimal): -7245695 or 8482961. OLE color: 8482961.

HSL color Cylindrical-coordinate representation of color #917081: hue angle of 329.09º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917081 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB145112129-
CMYK00.230.110.43
HSL329.09º13.04%50.39%-
HSV(B)329.09º22.76%56.86%-
XYZ21.4319.1923.34-
YUV123.8130.93143.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=37.56%
G=29.02%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511212900.230.110.43329.0913.0450.39
Hex917081017B2B149d32
Octal22116020102713535111562
Binary1001000111100001000000101011110111010111010010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917081; }

 p { color: rgb(145,112,129); }

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

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

 a { background-color: rgb(145,112,129); }

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

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

 span { border-color: rgb(145,112,129); }

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