#917080

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

Shades of Strikemaster #917080

Tints of Strikemaster #917080

Color information

#917080 (or 0x917080) is unknown color: approx Strikemaster. HEX triplet: 91, 70 and 80. RGB value is (145,112,128). Sum of RGB (Red+Green+Blue) = 145+112+128=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #917080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917080 is #6E8F7F. Grayscale: #7B7B7B. Windows color (decimal): -7245696 or 8417425. OLE color: 8417425.

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

Color convert

RGB145112128-
CMYK00.230.120.43
HSL330.91º13.04%50.39%-
HSV(B)330.91º22.76%56.86%-
XYZ21.3719.1723-
YUV123.69130.43143.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=37.66%
G=29.09%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511212800.230.120.43330.9113.0450.39
Hex917080017C2B14bd32
Octal22116020002714535131562
Binary1001000111100001000000001011111001010111010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917080; }

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

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

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

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

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

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

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

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