#94647E

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

Shades of Strikemaster #94647E

Tints of Strikemaster #94647E

Color information

#94647E (or 0x94647E) is unknown color: approx Strikemaster. HEX triplet: 94, 64 and 7E. RGB value is (148,100,126). Sum of RGB (Red+Green+Blue) = 148+100+126=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #94647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94647E is #6B9B81. Grayscale: #757575. Windows color (decimal): -7052162 or 8283284. OLE color: 8283284.

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

Color convert

RGB148100126-
CMYK00.320.150.42
HSL327.5º19.35%48.63%-
HSV(B)327.5º32.43%58.04%-
XYZ20.5416.9221.92-
YUV117.32132.9149.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=39.57%
G=26.74%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810012600.320.150.42327.519.3548.63
Hex94647E020F2A1481331
Octal22414417604017525102361
Binary10010100110010011111100100000111110101010100100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94647E; }

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

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

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

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

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

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

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

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