#946589

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

Shades of Strikemaster #946589

Tints of Strikemaster #946589

Color information

#946589 (or 0x946589) is unknown color: approx Strikemaster. HEX triplet: 94, 65 and 89. RGB value is (148,101,137). Sum of RGB (Red+Green+Blue) = 148+101+137=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #946589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946589 is #6B9A76. Grayscale: #777777. Windows color (decimal): -7051895 or 9004436. OLE color: 9004436.

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

Color convert

RGB148101137-
CMYK00.320.070.42
HSL314.04º18.88%48.82%-
HSV(B)314.04º31.76%58.04%-
XYZ21.3817.4125.9-
YUV119.16138.07148.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=38.34%
G=26.17%
B=35.49%

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
Decimal14810113700.320.070.42314.0418.8848.82
Hex94658902072A13a1331
Octal2241452110407524722361
Binary10010100110010110001001010000011110101010011101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946589; }

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

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

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

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

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

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

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

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