#975789

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

Shades of Strikemaster #975789

Tints of Strikemaster #975789

Color information

#975789 (or 0x975789) is unknown color: approx Strikemaster. HEX triplet: 97, 57 and 89. RGB value is (151,87,137). Sum of RGB (Red+Green+Blue) = 151+87+137=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #975789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975789 is #68A876. Grayscale: #6F6F6F. Windows color (decimal): -6858871 or 9000855. OLE color: 9000855.

HSL color Cylindrical-coordinate representation of color #975789: hue angle of 313.12º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975789 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15187137-
CMYK00.420.090.41
HSL313.12º26.89%46.67%-
HSV(B)313.12º42.38%59.22%-
XYZ20.6915.225.51-
YUV111.84142.2155.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=40.27%
G=23.2%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518713700.420.090.41313.1226.8946.67
Hex97578902A9291391b2f
Octal22712721105211514713357
Binary100101111010111100010010101010100110100110011100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975789; }

 p { color: rgb(151,87,137); }

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

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

 a { background-color: rgb(151,87,137); }

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

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

 span { border-color: rgb(151,87,137); }

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