#975580

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

Shades of Strikemaster #975580

Tints of Strikemaster #975580

Color information

#975580 (or 0x975580) is unknown color: approx Strikemaster. HEX triplet: 97, 55 and 80. RGB value is (151,85,128). Sum of RGB (Red+Green+Blue) = 151+85+128=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #975580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975580 is #68AA7F. Grayscale: #6D6D6D. Windows color (decimal): -6859392 or 8410519. OLE color: 8410519.

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

Color convert

RGB15185128-
CMYK00.440.150.41
HSL320.91º27.97%46.27%-
HSV(B)320.91º43.71%59.22%-
XYZ19.9114.6322.2-
YUV109.64138.37157.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.48%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=41.48%
G=23.35%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518512800.440.150.41320.9127.9746.27
Hex97558002CF291411c2e
Octal22712520005417515013456
Binary100101111010101100000000101100111110100110100000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975580; }

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

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

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

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

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

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

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

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