#975983

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

Shades of Strikemaster #975983

Tints of Strikemaster #975983

Color information

#975983 (or 0x975983) is unknown color: approx Strikemaster. HEX triplet: 97, 59 and 83. RGB value is (151,89,131). Sum of RGB (Red+Green+Blue) = 151+89+131=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #975983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975983 is #68A67C. Grayscale: #707070. Windows color (decimal): -6858365 or 8608151. OLE color: 8608151.

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

Color convert

RGB15189131-
CMYK00.410.130.41
HSL319.35º25.83%47.06%-
HSV(B)319.35º41.06%59.22%-
XYZ20.4315.3623.36-
YUV112.33138.54155.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=40.70%
G=23.99%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518913100.410.130.41319.3525.8347.06
Hex975983029D2913f1a2f
Octal22713120305115514773257
Binary100101111011001100000110101001110110100110011111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975983; }

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

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

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

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

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

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

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

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