#945D79

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

Shades of Strikemaster #945D79

Tints of Strikemaster #945D79

Color information

#945D79 (or 0x945D79) is unknown color: approx Strikemaster. HEX triplet: 94, 5D and 79. RGB value is (148,93,121). Sum of RGB (Red+Green+Blue) = 148+93+121=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #945D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D79 is #6BA286. Grayscale: #707070. Windows color (decimal): -7053959 or 7953812. OLE color: 7953812.

HSL color Cylindrical-coordinate representation of color #945D79: hue angle of 329.45º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #945D79 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14893121-
CMYK00.370.180.42
HSL329.45º22.82%47.25%-
HSV(B)329.45º37.16%58.04%-
XYZ19.5815.5120.05-
YUV112.64132.72153.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=40.88%
G=25.69%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489312100.370.180.42329.4522.8247.25
Hex945D79025122A149172f
Octal22413517104522525112757
Binary100101001011101111100101001011001010101010100100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945D79; }

 p { color: rgb(148,93,121); }

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

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

 a { background-color: rgb(148,93,121); }

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

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

 span { border-color: rgb(148,93,121); }

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