#975581

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

Shades of Strikemaster #975581

Tints of Strikemaster #975581

Color information

#975581 (or 0x975581) is unknown color: approx Strikemaster. HEX triplet: 97, 55 and 81. RGB value is (151,85,129). Sum of RGB (Red+Green+Blue) = 151+85+129=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #975581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975581 is #68AA7E. Grayscale: #6D6D6D. Windows color (decimal): -6859391 or 8476055. OLE color: 8476055.

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

Color convert

RGB15185129-
CMYK00.440.150.41
HSL320º27.97%46.27%-
HSV(B)320º43.71%59.22%-
XYZ19.9714.6622.55-
YUV109.75138.87157.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.37%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=41.37%
G=23.29%
B=35.34%

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
Decimal1518512900.440.150.4132027.9746.27
Hex97558102CF291401c2e
Octal22712520105417515003456
Binary100101111010101100000010101100111110100110100000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975581; }

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

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

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

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

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

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

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

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