#975780

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

Shades of Strikemaster #975780

Tints of Strikemaster #975780

Color information

#975780 (or 0x975780) is unknown color: approx Strikemaster. HEX triplet: 97, 57 and 80. RGB value is (151,87,128). Sum of RGB (Red+Green+Blue) = 151+87+128=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #975780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975780 is #68A87F. Grayscale: #6E6E6E. Windows color (decimal): -6858880 or 8411031. OLE color: 8411031.

HSL color Cylindrical-coordinate representation of color #975780: hue angle of 321.56º 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 #975780 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15187128-
CMYK00.420.150.41
HSL321.56º26.89%46.67%-
HSV(B)321.56º42.38%59.22%-
XYZ20.0714.9522.25-
YUV110.81137.7156.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.26%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=41.26%
G=23.77%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518712800.420.150.41321.5626.8946.67
Hex97578002AF291421b2f
Octal22712720005217515023357
Binary100101111010111100000000101010111110100110100001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975780; }

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

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

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

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

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

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

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

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