#945E79

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

Shades of Strikemaster #945E79

Tints of Strikemaster #945E79

Color information

#945E79 (or 0x945E79) is unknown color: approx Strikemaster. HEX triplet: 94, 5E and 79. RGB value is (148,94,121). Sum of RGB (Red+Green+Blue) = 148+94+121=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #945E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E79 is #6BA186. Grayscale: #717171. Windows color (decimal): -7053703 or 7954068. OLE color: 7954068.

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

Color convert

RGB14894121-
CMYK00.360.180.42
HSL330º22.31%47.45%-
HSV(B)330º36.49%58.04%-
XYZ19.6715.6820.08-
YUV113.22132.39152.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=40.77%
G=25.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489412100.360.180.4233022.3147.45
Hex945E79024122A14a162f
Octal22413617104422525122657
Binary100101001011110111100101001001001010101010100101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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