#975988

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

Shades of Strikemaster #975988

Tints of Strikemaster #975988

Color information

#975988 (or 0x975988) is unknown color: approx Strikemaster. HEX triplet: 97, 59 and 88. RGB value is (151,89,136). Sum of RGB (Red+Green+Blue) = 151+89+136=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #975988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975988 is #68A677. Grayscale: #707070. Windows color (decimal): -6858360 or 8935831. OLE color: 8935831.

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

Color convert

RGB15189136-
CMYK00.410.100.41
HSL314.52º25.83%47.06%-
HSV(B)314.52º41.06%59.22%-
XYZ20.7815.525.19-
YUV112.9141.04155.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=40.16%
G=23.67%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518913600.410.100.41314.5225.8347.06
Hex975988029A2913b1a2f
Octal22713121005112514733257
Binary100101111011001100010000101001101010100110011101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975988; }

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

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

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

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

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

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

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

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