#975980

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

Shades of Strikemaster #975980

Tints of Strikemaster #975980

Color information

#975980 (or 0x975980) is unknown color: approx Strikemaster. HEX triplet: 97, 59 and 80. RGB value is (151,89,128). Sum of RGB (Red+Green+Blue) = 151+89+128=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #975980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975980 is #68A67F. Grayscale: #6F6F6F. Windows color (decimal): -6858368 or 8411543. OLE color: 8411543.

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

Color convert

RGB15189128-
CMYK00.410.150.41
HSL322.26º25.83%47.06%-
HSV(B)322.26º41.06%59.22%-
XYZ20.2315.2822.31-
YUV111.98137.04155.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 128 (50.39% from 255) = 34.78%
R=41.03%
G=24.18%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518912800.410.150.41322.2625.8347.06
Hex975980029F291421a2f
Octal22713120005117515023257
Binary100101111011001100000000101001111110100110100001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975980; }

 p { color: rgb(151,89,128); }

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

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

 a { background-color: rgb(151,89,128); }

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

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

 span { border-color: rgb(151,89,128); }

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