#975783

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

Shades of Strikemaster #975783

Tints of Strikemaster #975783

Color information

#975783 (or 0x975783) is unknown color: approx Strikemaster. HEX triplet: 97, 57 and 83. RGB value is (151,87,131). Sum of RGB (Red+Green+Blue) = 151+87+131=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #975783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975783 is #68A87C. Grayscale: #6F6F6F. Windows color (decimal): -6858877 or 8607639. OLE color: 8607639.

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

Color convert

RGB15187131-
CMYK00.420.130.41
HSL318.75º26.89%46.67%-
HSV(B)318.75º42.38%59.22%-
XYZ20.2715.0323.31-
YUV111.15139.2156.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=40.92%
G=23.58%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518713100.420.130.41318.7526.8946.67
Hex97578302AD2913f1b2f
Octal22712720305215514773357
Binary100101111010111100000110101010110110100110011111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975783; }

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

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

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

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

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

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

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

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