#945478

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

Shades of Strikemaster #945478

Tints of Strikemaster #945478

Color information

#945478 (or 0x945478) is unknown color: approx Strikemaster. HEX triplet: 94, 54 and 78. RGB value is (148,84,120). Sum of RGB (Red+Green+Blue) = 148+84+120=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #945478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945478 is #6BAB87. Grayscale: #6B6B6B. Windows color (decimal): -7056264 or 7885972. OLE color: 7885972.

HSL color Cylindrical-coordinate representation of color #945478: hue angle of 326.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945478 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14884120-
CMYK00.430.190.42
HSL326.25º27.59%45.49%-
HSV(B)326.25º43.24%58.04%-
XYZ18.7713.9919.48-
YUV107.24135.2157.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=42.05%
G=23.86%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488412000.430.190.42326.2527.5945.49
Hex94547802B132A1461c2d
Octal22412417005323525063455
Binary100101001010100111100001010111001110101010100011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945478; }

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

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

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

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

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

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

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

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