#975985

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

Shades of Strikemaster #975985

Tints of Strikemaster #975985

Color information

#975985 (or 0x975985) is unknown color: approx Strikemaster. HEX triplet: 97, 59 and 85. RGB value is (151,89,133). Sum of RGB (Red+Green+Blue) = 151+89+133=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #975985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975985 is #68A67A. Grayscale: #707070. Windows color (decimal): -6858363 or 8739223. OLE color: 8739223.

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

Color convert

RGB15189133-
CMYK00.410.120.41
HSL317.42º25.83%47.06%-
HSV(B)317.42º41.06%59.22%-
XYZ20.5715.4224.08-
YUV112.55139.54155.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.48%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=40.48%
G=23.86%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518913300.410.120.41317.4225.8347.06
Hex975985029C2913d1a2f
Octal22713120505114514753257
Binary100101111011001100001010101001110010100110011110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975985; }

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

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

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

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

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

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

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

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