#975589

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

Shades of Strikemaster #975589

Tints of Strikemaster #975589

Color information

#975589 (or 0x975589) is unknown color: approx Strikemaster. HEX triplet: 97, 55 and 89. RGB value is (151,85,137). Sum of RGB (Red+Green+Blue) = 151+85+137=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #975589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975589 is #68AA76. Grayscale: #6E6E6E. Windows color (decimal): -6859383 or 9000343. OLE color: 9000343.

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

Color convert

RGB15185137-
CMYK00.440.090.41
HSL312.73º27.97%46.27%-
HSV(B)312.73º43.71%59.22%-
XYZ20.5314.8825.46-
YUV110.66142.87156.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.48%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=40.48%
G=22.79%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518513700.440.090.41312.7327.9746.27
Hex97558902C9291391c2e
Octal22712521105411514713456
Binary100101111010101100010010101100100110100110011100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975589; }

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

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

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

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

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

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

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

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