#945776

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

Shades of Strikemaster #945776

Tints of Strikemaster #945776

Color information

#945776 (or 0x945776) is unknown color: approx Strikemaster. HEX triplet: 94, 57 and 76. RGB value is (148,87,118). Sum of RGB (Red+Green+Blue) = 148+87+118=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #945776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945776 is #6BA889. Grayscale: #6C6C6C. Windows color (decimal): -7055498 or 7755668. OLE color: 7755668.

HSL color Cylindrical-coordinate representation of color #945776: hue angle of 329.51º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945776 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14887118-
CMYK00.410.200.42
HSL329.51º25.96%46.08%-
HSV(B)329.51º41.22%58.04%-
XYZ18.8914.4218.93-
YUV108.77133.21155.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 87 (34.38% from 255) = 24.65%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=41.93%
G=24.65%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488711800.410.200.42329.5125.9646.08
Hex945776029142A14a1a2e
Octal22412716605124525123256
Binary100101001010111111011001010011010010101010100101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945776; }

 p { color: rgb(148,87,118); }

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

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

 a { background-color: rgb(148,87,118); }

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

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

 span { border-color: rgb(148,87,118); }

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