#945B78

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

Shades of Strikemaster #945B78

Tints of Strikemaster #945B78

Color information

#945B78 (or 0x945B78) is unknown color: approx Strikemaster. HEX triplet: 94, 5B and 78. RGB value is (148,91,120). Sum of RGB (Red+Green+Blue) = 148+91+120=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #945B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B78 is #6BA487. Grayscale: #6F6F6F. Windows color (decimal): -7054472 or 7887764. OLE color: 7887764.

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

Color convert

RGB14891120-
CMYK00.390.190.42
HSL329.47º23.85%46.86%-
HSV(B)329.47º38.51%58.04%-
XYZ19.3415.1319.67-
YUV111.35132.88154.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=41.23%
G=25.35%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489112000.390.190.42329.4723.8546.86
Hex945B78027132A149182f
Octal22413317004723525113057
Binary100101001011011111100001001111001110101010100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,91,120); }

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

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

 a { background-color: rgb(148,91,120); }

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

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

 span { border-color: rgb(148,91,120); }

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