#946489

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

Shades of Strikemaster #946489

Tints of Strikemaster #946489

Color information

#946489 (or 0x946489) is unknown color: approx Strikemaster. HEX triplet: 94, 64 and 89. RGB value is (148,100,137). Sum of RGB (Red+Green+Blue) = 148+100+137=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #946489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946489 is #6B9B76. Grayscale: #767676. Windows color (decimal): -7052151 or 9004180. OLE color: 9004180.

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

Color convert

RGB148100137-
CMYK00.320.070.42
HSL313.75º19.35%48.63%-
HSV(B)313.75º32.43%58.04%-
XYZ21.2917.2225.87-
YUV118.57138.4148.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.44%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=38.44%
G=25.97%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810013700.320.070.42313.7519.3548.63
Hex94648902072A13a1331
Octal2241442110407524722361
Binary10010100110010010001001010000011110101010011101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946489; }

 p { color: rgb(148,100,137); }

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

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

 a { background-color: rgb(148,100,137); }

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

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

 span { border-color: rgb(148,100,137); }

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