#975886

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

Shades of Strikemaster #975886

Tints of Strikemaster #975886

Color information

#975886 (or 0x975886) is unknown color: approx Strikemaster. HEX triplet: 97, 58 and 86. RGB value is (151,88,134). Sum of RGB (Red+Green+Blue) = 151+88+134=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #975886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975886 is #68A779. Grayscale: #6F6F6F. Windows color (decimal): -6858618 or 8804503. OLE color: 8804503.

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

Color convert

RGB15188134-
CMYK00.420.110.41
HSL316.19º26.36%46.86%-
HSV(B)316.19º41.72%59.22%-
XYZ20.5615.2824.42-
YUV112.08140.37155.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.48%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=40.48%
G=23.59%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518813400.420.110.41316.1926.3646.86
Hex97588602AB2913c1a2f
Octal22713020605213514743257
Binary100101111011000100001100101010101110100110011110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975886; }

 p { color: rgb(151,88,134); }

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

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

 a { background-color: rgb(151,88,134); }

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

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

 span { border-color: rgb(151,88,134); }

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