#945779

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

Shades of Strikemaster #945779

Tints of Strikemaster #945779

Color information

#945779 (or 0x945779) is unknown color: approx Strikemaster. HEX triplet: 94, 57 and 79. RGB value is (148,87,121). Sum of RGB (Red+Green+Blue) = 148+87+121=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #945779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945779 is #6BA886. Grayscale: #6D6D6D. Windows color (decimal): -7055495 or 7952276. OLE color: 7952276.

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

Color convert

RGB14887121-
CMYK00.410.180.42
HSL326.56º25.96%46.08%-
HSV(B)326.56º41.22%58.04%-
XYZ19.0714.4919.88-
YUV109.12134.71155.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=41.57%
G=24.44%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488712100.410.180.42326.5625.9646.08
Hex945779029122A1471a2e
Octal22412717105122525073256
Binary100101001010111111100101010011001010101010100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945779; }

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

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

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

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

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

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

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

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