#975A7F

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

Shades of Strikemaster #975A7F

Tints of Strikemaster #975A7F

Color information

#975A7F (or 0x975A7F) is unknown color: approx Strikemaster. HEX triplet: 97, 5A and 7F. RGB value is (151,90,127). Sum of RGB (Red+Green+Blue) = 151+90+127=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #975A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A7F is #68A580. Grayscale: #707070. Windows color (decimal): -6858113 or 8346263. OLE color: 8346263.

HSL color Cylindrical-coordinate representation of color #975A7F: hue angle of 323.61º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975A7F is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15190127-
CMYK00.400.160.41
HSL323.61º25.31%47.25%-
HSV(B)323.61º40.4%59.22%-
XYZ20.2515.4221.99-
YUV112.46136.21155.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 127 (50% from 255) = 34.51%
R=41.03%
G=24.46%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519012700.400.160.41323.6125.3147.25
Hex975A7F0281029144192f
Octal22713217705020515043157
Binary100101111011010111111101010001000010100110100010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975A7F; }

 p { color: rgb(151,90,127); }

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

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

 a { background-color: rgb(151,90,127); }

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

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

 span { border-color: rgb(151,90,127); }

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